The website for the Ionic Discord bot.
- Copy/rename the
.env.example
file as.env
- Fill the values. You will get a port for the API when you set up the bot, but configuring a domain for it is on your own hands. You can get the Discord invite URL from your dev portal.
- Install the Node.js packages with
yarn install
ornpm install
- Build the website with
yarn build
ornpm run build
- Now you can find it in the
dist/
directory!