Offline-First Markdown Note Taking App built with Apollo
Required | Version |
---|---|
node | >=8.10.0 |
Yarn | Stable vesion |
If your local system does not have the following environment, you have to do below.
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
$ nvm install 8.10.0
$ npm install -g yarn
$ nvm use
$ yarn install
$ yarn start # Connect to http://localhost:3000/nomad-notes in browser