- In telegram, talk to the botfather user to make a new bot
- Get the bot access token from botfather for your new bot
- Copy
.env_example
as.env
- store the BOT_TOKEN in your new
.env
file
More detail is available in the workshop notes.
To run and have the server reloaded on code changes you can try yarn start:dev
However, note that reloads are not very reliable. If behaviour is strange, try completely stopping and starting your server.