3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-20 16:25:03 +00:00

refactor(docs): Added "Requirements" section

This commit is contained in:
Jonathan 2021-04-12 14:20:55 -04:00 committed by GitHub
parent 7f75d6d8d3
commit 4e17eff9b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,11 @@ These instructions are intended for bot development only.
👉 **No support is offered for self-hosting the bot!** 👈 👉 **No support is offered for self-hosting the bot!** 👈
### Requirements
* Node `v14.0.0` and above.
* [MariaDB](https://mariadb.org/), a drop-in replacement for [MySQL](https://www.mysql.com/).
* Note: MySQL will **not** work.
### Running the bot ### Running the bot
1. `cd backend` 1. `cd backend`
2. `npm ci` 2. `npm ci`