This repository contains the microservice for centralizing links related to the club.
- Clone this repository:
git clone https://github.com/nyp-tech/nyptech-go.git
- Copy the file
.env.template
as.env.local
, 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.