From 867e932155f03ac9f83b037f60325d2c75183bd8 Mon Sep 17 00:00:00 2001 From: Ahmad <103906421+ahmadk953@users.noreply.github.com> Date: Sun, 2 Jun 2024 21:53:51 -0400 Subject: [PATCH] Update README.md Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com> --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c74b2c6..8b42f25 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Poixpixel's Discord Bot > [!WARNING] -> This project **IS NOT** ready for production use. This is just a **early prototype** and most things **will change in the future**. +> This project **is not** ready for production use. This is just a **early prototype** and most things **will change in the future**. > [!WARNING] > This project is not actively being developed. @@ -9,6 +9,10 @@ > [!TIP] > Want to test out the bot? Join the [Poixpixel Discord Server](https://discord.gg/KRTGjxx7gY) -Install: ``yarn install`` +## Development Commands + +Install Dependencies: ``yarn install`` + +Build: ``yarn build`` Build & Start: ``yarn start``