This is the repository for the 4th iteration of WDCC's website!
Hand-crafted with care by tech team 2025 🥬
Note
Node version: v22.11.0
Next version: v14.2.16
css-styling: mainly tailwind
Path: src/app/
Package Installer: pnpm v10
Please install Volta and make sure you have pnpm installed (you can use volta install pnpm ) before starting development! If it's working correctly, Volta should automatically detect (from package.json) and switch to the correct node version for this project. Check this by running node --version in the terminal.
# cloning the project
git clone https://github.com/UoaWDCC/wdcc-website-v4.
# change directory
cd ./wdcc-website-v4/
# install dependencies
pnpm install
# run development server
pnpm devOpen http://localhost:3000 with your browser to see the result.
Structure: here
Internal docs: here