//With GitHub CLI
$ gh repo clone AbhijithNT/AnonymousFileShare
//With SSH
$ git clone git@github.com:AbhijithNT/AnonymousFileShare.git
//With HTTPS
$ git clone https://github.com/AbhijithNT/AnonymousFileShare.git
$ cd AnonymousFileShare
$ npm i
Copy .env.sample to .env and add your private information
BOT_TOKEN=
URL=
PORT=
$ npm run start
$ npm run test
$ npm run deploy