A community-maintained portal to view all available Telegram chats for NUS modules.
- Run
cp .env.example .env
. - Create a Telegram bot ID with BotFather, and add
it to the
.env
file. - Create an empty
.data
folder withmkdir .data
for the Lowdb database. - Run
npm install
to install dependencies.
To run the development server, run:
npm run start
Before committing, be sure to format your code by running:
npm run prettify