landing page for the Holodex app
cd ~/repos/holodex
git clone https://github.com/holodex/landing
cd landing
npm install
will build once and start a static server
npm start
will build on watch and start a livereload server
npm run develop
will build once and deploy to gh-pages
npm run stage
add deploy remote repo
git remote add deploy [email protected]:landing
will build once and deploy to dokku
npm run deploy