Website/Dashboard for the ConvoStart Discord bot
- Node.js
- run
npm install
to install any required modules - Made with react and must be built using
npm build
oryarn build
- Should be served with an express server or similar solution
- the solution used for ConvoStart is served with express and a reverse proxy under nginx
- Check HERE for a live instance.
Some code found on Major thrust's repo found here.
Project licensed under GNU GPL v3 license.