Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 496 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 496 Bytes

how to use

important note! : this README file explanations may not work on machines which doesnt run unix like osS

  • first make sure you have node js and npm installed
  • then install dependencies with this command :
npm i
  • then create a .env file in project root (if it doesn't exist) and add these required env vars like the following style :
frontend_port=4009
API_BASE_PATH=http://localhost:4000
  • then start the application using this command :
npm run dev