Skip to content

datahub/debt-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debt Calculator!

Our debt calculator is now powered by webpack. v2 also has significant style improvements.

Open a console session in the project folder:

Get project for first time

git clone [repo url]

-OR-

Get latest version of code

git pull

Launch the dev environment

npm run dev

DO WORK

control + c to quit working


Commit changes

git add .
git status
git commit -m "[describe work]"

Make changes available to everyone

git push

Also: running the code below will build for production

npm run build