Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 540 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 540 Bytes

Test deployed @ https://test-numouno.herokuapp.com

Production deployed @ https://numouno.tech

Installation and Setup

  • To install packages npm install
  • To start the server npm start

Please stick to npm, don't use yarn. It will lead to furthur issues

Deployment details

  • Test server is directly connected to master branch. When code at master is updated it is automatically deployed by heroku
  • Production server code is present at gh-pages branch, the build is produced by building the code present at prod branch