initial commit
Some checks failed
release-tag / release-image (push) Failing after 1m14s

This commit is contained in:
konchin
2024-10-11 19:49:58 +08:00
commit 2d7361e937
38 changed files with 4029 additions and 0 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# Mafuyu-Kirisu
A discord bot for ICPC training record.
## Installation
### Manually
1. Install npm, node, typescript, mongodb
2. Start/enable mongodb
3. Clone this repo
4. Run `npm install` in the directory
5. Move `mafuyu-kirisu.service` to `~/.config/systemd/user/`
6. Modify the environment variables specified in the .service file
7. Run `systemctl --user --daemon-reload`
8. Run `systemctl --user enable --now mafuyu-kirisu`