Aims to make getting your first bot going easy.
Required: node yarn git
Recommended for editing: vscode
- Apply template to github repo.
- Clone your git repo a clean folder.
- Run
yarn installto install dependencies. - Setup your
build.envfile in./secretsfor vscode building../secrets/example.envcontains expected configuration settings.- Use native environmental vars when possible.
- ???
- Profit.