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.
- Host: GitHub
- URL: https://github.com/dezeve/code-paper
- Owner: dezeve
- License: mit
- Created: 2023-10-10T07:42:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T15:01:00.000Z (over 1 year ago)
- Last Synced: 2025-02-13T20:15:41.286Z (over 1 year ago)
- Topics: ace, code-editor, electronjs, nodejs
- Language: JavaScript
- Homepage:
- Size: 152 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.