SpringPadBB
- Setup:
- Install NodeJS
- Open a bash terminal to the location of your choice
- Run
git clone https://github.com/rcruz/SpringPadBB.git
- Run
cd SpringPadBB
- Run
npm install
- Build:
- From anywhere in SpringPadBB folder, run
jake build
- Tests:
- From anywhere in SpringPadBB folder, run
jake test
- Lint:
- From anywhere in SpringPadBB folder, run
jake lint