Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 360 Bytes

File metadata and controls

15 lines (12 loc) · 360 Bytes

Steps to follow to contribute to the project

  1. Clone the repository

  2. Navigate into the repo and run

    npm install
    
  3. Create a file named config.env in the root directory of the project

  4. Copy contents of config.copy.env to config.env and replace all the environment variables

  5. To start the server run

    npm run dev