Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 166 Bytes

File metadata and controls

6 lines (5 loc) · 166 Bytes

Running the application

  1. Copy .env.example to .env
  2. Change server url in .env if needed
  3. Install dependencies: npm install
  4. Run app: npm start