add express install + formatting fix
This commit is contained in:
parent
c60ce8cd99
commit
090d5d40f5
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# JankClient
|
||||
A SpaceBar Client written in JS HTML and CSS
|
||||
to run, clone the repo and do either
|
||||
A SpaceBar Client written in JS HTML and CSS
|
||||
To run, 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.
|
||||
`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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue