Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 259 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 259 Bytes

README

  1. Install NPM
  2. Run 'rails s' to start the backend
  3. Simaltaneously do 'npm start --prefix client' to start the frontend
  4. Run 'sudo service postgresql start' to start local posgresql server
  • To commit : git commit --no-gpg-sign -m "message"