Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 387 Bytes

File metadata and controls

15 lines (9 loc) · 387 Bytes

Web

This is the web frontend. It is built in React and bundled using Vite.

Run

First ensure that the backend is properly setup, then proceed:

Set up the environment variables file. Create a .env. file and copy paste the content of the .env.example file.

yarn dev:web

Open in your browser: http://localhost:5173