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:
- Install the dependencies.
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
- Run the development server.
pnpm run dev
- Open http://localhost:3000 with your browser to see the result.
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.