A free note-taking software for programmers and Computer Science students
Made by Josh Vickery
- Clone the respoitory with a git client, or download the source code ZIP from GitHub and extract it.
- Make sure you have NodeJS and npm (Node's package manager) installed.
- In the project's root folder, run
npm install
to download the required dependencies. - Run
npm start
to test/run the project.
Run npx electron-builder
to build.
The package.json should already specify the building behavior for Windows and Linux, but macOS has not been tested.
This work is licensed under a CC BY-NC 4.0 license.