diff options
| -rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,2 +1,9 @@ bucky ===== + +1. npm install +2. install mysql (used for main database) +3. install mongodb (used for sessions) +4. copy .env-sample to .env and edit the values +5. run `node index` + |
