This is a Next.js project bootstrapped with create-next-app
.
Requirements
- Node.JS
- Pocketbase (Note: Pocketbase.exe should already be provided)
- Next.JS V13 (Note: Version 13 required, should already be provided)
To start, run the backend development server
./pocketbase serve
Then, run the frontend development server (NOTE: uses TURBOPACK (a beta feature). To disable, remove the --turbo flag from the scripts)
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.