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
.envfile. - Create an empty
.datafolder withmkdir .datafor the Lowdb database. - Run
npm installto install dependencies.
To run the development server, run:
npm run start
Before committing, be sure to format your code by running:
npm run prettify