killbasa / Amaneko

Discord bot for VTuber livestream relays and notifications.
https://docs.amaneko.ca/
MIT License
2 stars 0 forks source link
# Amaneko [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Uptime Kuma](https://status.amaneko.ca/api/badge/8/status?upLabel=online&downLabel=offline&label=Bot+status)](https://status.amaneko.ca/) ### Discord bot for VTuber livestream relays, cameos, and notifications.

Features ⚙️

Links 🔗

Image tags

Nightly: Version that is used for Amaneko's staging environment. Bugs and crashes may occur.

Stable: Version that is used for Amaneko's production environment.

Setup 🔧

1. Fork and clone the repository

# After forking the repository, copy the url and run:
git clone https://github.com/[USERNAME]/Amaneko.git
cd Amaneko

2. Create and configure the .env files

cp .env.example .env

3. Install dependencies

yarn install

4. Start the required services

docker compose up -d

5. Generate the database

yarn db:generate
yarn db:push

6. Build project

yarn build