- ๐ Table of Contents
- โUNDER HEAVY DEVELOPMENTโ
Client
Database
- Install whatever plugins you want, no bloat
- Easy install with Docker
- Dashboard to manage your bot and plugins
To run this project, you will need to add the following environment variables to your .env file
DISCORD_BOT_TOKEN
Copy just the docker-compose.yml and compose-alembic.ini to your project directory and run the following command
Use this to set the environment variable in powershell or create new environment variable in your system (this command will only work in powershell and is not persistent)
$env:DISCORD_BOT_TOKEN=your_tokenRun it
docker-compose up -dexport DISCORD_BOT_TOKEN=your_token
sudo docker-compose up -dClone the project
git clone https://github.com/Stax124/MoltenCore.gitGo to the project directory
cd MoltenCoreInstall dependencies
pip install poetry
poetry installStart up the bot
poe startOr if you want to help with development
poe devChange directory to frontend
cd frontendInstall dependencies
yarn installStart the server
vite devTo run tests, run the following command
poe testContributions are always welcome!
See contributing.md for ways to get started.
Please read the Code of Conduct
Distributed under the MIT License. See LICENSE for more information.
Tomรกลก Novรกk - [email protected]
Project Link: https://github.com/Stax124/MoltenCore
