https://github.com/linuxmobile/code-notes
๐ Markdown code-related note-taking web app.
https://github.com/linuxmobile/code-notes
Last synced: 3 months ago
JSON representation
๐ Markdown code-related note-taking web app.
- Host: GitHub
- URL: https://github.com/linuxmobile/code-notes
- Owner: linuxmobile
- License: mit
- Created: 2022-01-20T02:03:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T17:12:17.000Z (almost 4 years ago)
- Last Synced: 2025-02-17T20:04:29.786Z (12 months ago)
- Language: JavaScript
- Homepage: https://notes.railek.com
- Size: 582 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Notes
## ๐ Requirements
Go to the [official Node.js website](https://nodejs.org/) and download the installer for your approriate operating systems. Do the same for [git](https://git-scm.com/).
## ๐งท Install
```shell
git clone git@github.com/railek/code-notes.com.git
cd code-notes
npm install
```
## ๐ License
This project is licensed under the MIT LICENSE, Copyright (c) Railek. For more information see [LICENSE](LICENSE).