This repository contains the main website for the club.
- Clone this repository:
git clone https://github.com/nyp-tech/nyptech.git
- Copy the file
.env.template
as.env
, and input the required secrets. - Install dependencies:
pnpm install
- Run the server:
pnpm run dev
Distributed under the MIT License. See LICENSE for more information.