Skip to content

compsci-adl/website

Repository files navigation

CS Club Website

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.

Getting Started

To get started, please follow these steps:

  1. Install the dependencies.
pnpm install
  1. 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)

  2. Initialise the database.

pnpm run db:push
  1. Run the development server.
pnpm run dev
  1. Open http://localhost:3000 with your browser to see the result.

Contributing

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.

License

This project is licensed under the MIT License. See LICENSE for details.