What you need first
- Install Node.JS https://nodejs.org/en/
- Yarn.JS https://yarnpkg.com/en/docs/install
- Some terminal knowlege
Installation Clone the repo (or use Github Desktop)
$ git clone https://github.com/geooot/noted.git
Use a terminal and cd into the project folder
$ cd noted
Use yarn to install stuff
$ yarn install
Run tha app yo!
$ yarn start