- Make sure you have latest LTS version of Node installed.
-
Make a copy of
.env.sample
file and save it as.env
, or use this commandcp .env.sample .env
-
Install packages
npm install
-
Start the server
npm run dev
You should be running at http://localhost:5173
Read backend/README.md to see how to run backend.