Skip to content

cobudget-old/cobudget-landing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 dokku@next.cobudget.co:landing

will build once and deploy to dokku

npm run deploy