This is the official repository for the University of Adelaide Computer Science Club (CS Club) website. It is built using Next.js, React, TypeScript, and Tailwind CSS.
To get started, please follow these steps:
pnpm install
Copy .env.local.example
to a new file .env.local
and set required environment variables (check /docs
folder if you don't know how to edit it)
Initialise the database.
pnpm run db:push
pnpm run dev
We welcome contributions to enhance the CS Club Website! If you find any issues, have suggestions, or want to request a feature, please follow our Contributing Guidelines.
This project is licensed under the MIT License. See LICENSE for details.