There are too many note taking apps. So I'm building another one.
# Make sure we're looking at the right version of node.
nvm install
# Install dependencies.
yarn installStarts the development server and hot-reloading action.
yarn startCompiles and minifies for production
yarn run buildLints and fixes files
yarn run lint