# Using Yarn
yarn install
# Using NPM
npm install
-
Edit
.env.example
or if you're hosting it in Vercel, add these variables:DISCORD_TOKEN
- Your Discord bot's tokenKEY
- Your encryption key, could be anythingGUILD_ID
- Server your bot should create and store notes
-
Rename
.env.example
into.env
(Ignore this if you're hosting it on Vercel)
If you are hosting this on Vercel, you can skip this part.
First build the project
yarn build
And start it
yarn start
Your application will be accessible from localhost:3000