Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 494 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 494 Bytes

Using this Package

Pre-requisites

  1. Make sure you have latest LTS version of Node installed.

Run the project

  1. Make a copy of .env.sample file and save it as .env, or use this command

    cp .env.sample .env
  2. Install packages

    npm install
  3. Start the server

    npm run dev

    You should be running at http://localhost:5173

Read backend/README.md to see how to run backend.