An open API service indexing awesome lists of open source software.

https://github.com/dezeve/code-paper

code-paper is a code editor made with Electron JS.
https://github.com/dezeve/code-paper

ace code-editor electronjs nodejs

Last synced: about 1 month ago
JSON representation

code-paper is a code editor made with Electron JS.

Awesome Lists containing this project

README

          

# About

code-paper is a code editor made with Electron JS. It is available for GNU/Linux distributions, macOS and Windows operating system.

# Get Started

***Node JS must be installed***

1. Clone repository.
2. Go to cloned directory via terminal.
3. Install the requirements by typing `npm install` command.
4. Type `npm start` to run the project.