From a14ba766f73a423ae8e0a61b1353f9d40ac839fd Mon Sep 17 00:00:00 2001 From: ui_creeperlv Date: Wed, 6 Mar 2024 12:58:47 +0530 Subject: [PATCH] Add Information to Readme.md for a few help guides. --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 03ef77a..bfb3ff4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # ConnectX Xantic -Open-Source Version of ConnectX by Unbound \ No newline at end of file +Open-Source Version of ConnectX by Unbound +# Running + +## Developement Build +```bash +npm test +``` + +## Productions Build +```bash +npm start +``` + +# Rebuild Commands +```bash +node src/deploy-discord-commands +``` \ No newline at end of file