Notes is a simple notes taking app that focuses on simplicity to reduce distractions.
- Simple and easy to use
- Extensible with editors (such as Markdown and Code)
- Open-source
- Distraction free and minimal ui
This repo contains the core code used in the web app. to get started you'd need Yarn, NodeJs & Git Installed
Instructions:
- Clone project
$ git clone https://github.com/rubbieKelvin/notes.git // or '[email protected]:rubbieKelvin/notes.git' for ssh
$ yarn // install packages
$ yarn dev // run locally
open your browser to
http://localhost:3000
.
For contributing, There're probably tons of issues opened right now, Self assign your self to a project, fork this repository, push updates/changes to your fork and make a PR.