Skip to content

Latest commit

 

History

History
executable file
·
15 lines (13 loc) · 418 Bytes

README.md

File metadata and controls

executable file
·
15 lines (13 loc) · 418 Bytes

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