Skip to content

Testing

Backend

bash
cd backend
go test ./...

Frontend

bash
cd frontend
bun test
bun run lint
bun run check

Released under the MIT License.