simplex-charta is a code editor made with Electron JS. It is available for GNU/Linux distributions, macOS and Windows operating system.
Node JS must be installed
- Clone repository.
- Go to cloned directory via terminal.
- Install the requirements by typing
npm install
command. - Type
npm start
to run the project.