Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 303 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 303 Bytes

Run Locally

  1. Configure your environment :

    • Add env files :
          cp .env.example .env
    • Edit them with your local config.
  2. Install node packages for project:

          npm i
  3. Run the server:

          npm run dev