This is the repository for the website for the PR and student facilities committee at the IT-division at Chalmers. It provides multiple tools for helping P.R.I.T. with their activities and gives info about the committee itself.
First, start the database:
docker compose up -dThen, run the development server:
pnpm devThe server will automatically run database migrations upon startup. If these fail, the server will not start.
Once loaded, open http://localhost:3000 with your browser.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!