Developed by Jonathan Elroy Alvares
The package is divided into three packages:
- cli (which contains all the code needed to run the cli part).
- local-api (which contains the code for saving the files, creating files and reading files for editing)
- local-client (the frontend for the application)
- Lerna (for package management).
Run npm run start
to start the development server
- Typescript (for static type checking across the entire codebase).