Skip to content
This repository was archived by the owner on Feb 20, 2020. It is now read-only.

cobudget-old/cobudget-ui

 
 

Repository files navigation

cobudget-ui

Code Climate

cobudget's user interface. for more information on the project as a whole, check out the top-level repo


install

install node and npm: https://github.com/joyent/node/wiki/installation

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

configure

to configure production and other environments, copy config/development.coffee to config/production.coffee and change properties as appropriate. if you need to access other environment variables, use process.env.var_name, as the config is simply coffeescript.

run

build on watch and start livereload server:

npm run develop

build once and start static server:

npm start

deploy

stage (push to this repo's gh-pages)

npm run stage

deploy (push to prod repo's gh-pages)

npm run set-remote
npm run deploy

About

cobudget's user interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 17