- ๐ 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_token
Run it
docker-compose up -d
export DISCORD_BOT_TOKEN=your_token
sudo docker-compose up -d
Clone the project
git clone https://github.com/Stax124/MoltenCore.git
Go to the project directory
cd MoltenCore
Install dependencies
pip install poetry
poetry install
Start up the bot
poe start
Or if you want to help with development
poe dev
Change directory to frontend
cd frontend
Install dependencies
yarn install
Start the server
vite dev
To run tests, run the following command
poe test
Contributions 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 - tamoncz@gmail.com
Project Link: https://github.com/Stax124/MoltenCore