Join D-Space. Resistance is futile. Bow down to our Daemon overlord.
To get started:
- (if you don't have node 16)
nvm install 16.9.1 yarnyarn get-secrets(uses your aws creds to pull a few common secrets down from S3)- edit
packages/daemon/.envand add your own Discord Application ID asDISCORD_CLIENT_IDand your own Bot's secret token asDISCORD_API_TOKEN - run
yarn daemon:build-devin one terminal to rebuild code on file changes - run
yarn daemon:runto run daemon process - Daemon API is running on port
8081by default
Getting some representative data generated:
yarn daemon:generate-data- If you ever want to start over with a clean slate:
yarn daemon:clear-data