17 lines
435 B
Markdown
17 lines
435 B
Markdown
# 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`
|