From acc7b3c841542e9d856c4c2f4307b219b4f8be32 Mon Sep 17 00:00:00 2001 From: pwompus Date: Fri, 28 Jun 2024 09:19:27 +1000 Subject: [PATCH] Rewrite README.md --- README.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 6236e2b..07b8617 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ # JankClient -A SpaceBar Client written in JS HTML and CSS -To run, clone the repo and do `npm install express`, then either +JanKClient is a SpaceBar Client written in JS, HTML, and CSS. +To run it, clone the repo and do `npm install express`, then either `node index.js` or `bun index.js` -Both bun and node are supported, and both should function as expected. If there are any problems with Jank Client, please let me know. To access Jank Client after init simply go to http://localhost:8080/login and login with your username and password. - -Guild with more info and updates: -https://dev.app.spacebar.chat/invite/WOVGtp - -Please report bugs either here or in the guild provided, thank you. - -I'm new to git/github, so please be patient with me, it's my first time. if there's anything about this repo that's incorrect, please add an issue telling me what it is, or make a merge fixing it +Both bun and node are supported, and should function as expected. +To access Jank Client after init simply go to http://localhost:8080/login and login with your username and password. + +I'm new to git/github, so please be patient with me, it's my first time. if there's anything about this repo that's incorrect, please add an issue telling me what it is, or make a merge fixing it. + +If there are any problems with Jank Client, please let me know.