Updated README.md

This commit is contained in:
2021-12-21 19:38:08 +00:00
parent 33157d48d3
commit 1b2868d68f
+2
View File
@@ -2,6 +2,8 @@
An API centric chat server. Uses Sequelize and mariaDB by default.
This server is available via docker hub at krgamestudios/chat-server.
# Setup
There are multiple ways to run this app - it can run on it's own via `npm start` (for production) or `npm run dev` (for development). it can also run inside docker using `docker-compose up --build` - run `node configure-script.js` to generate docker-compose.yml and startup.sql.