landing page for the cobudget app
git clone https://github.com/derekrazo/cobudget-landing
cd cobudget-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