Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 612 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 612 Bytes

cobudget landing

landing page for the cobudget app

how to

install

git clone https://github.com/derekrazo/cobudget-landing
cd cobudget-landing
npm install

start

will build once and start a static server

npm start

develop

will build on watch and start a livereload server

npm run develop

stage

will build once and deploy to gh-pages

npm run stage

deploy

add deploy remote repo

git remote add deploy [email protected]:landing

will build once and deploy to dokku

npm run deploy