This repository contains the central hub for administrating the services operated by the club.
- Clone this repository:
git clone https://github.com/nyp-tech/nyptech-admin.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.