First you must install pnpm and Node.js. Visit https://pnpm.io/installation and https://nodejs.org/en/download/package-manager to learn more.
- In the root run
pnpm install - Run
pnpm dev
You must install Golang to run the application.
- Navigate to backend
- Run
go run main.go
Go to http://localhost:5173 (or whichever port vite has assigned).