1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-25 11:42:58 +01:00
This commit is contained in:
MathMan05 2024-09-20 22:21:11 -05:00
parent 5d3e05ba92
commit da179f99d6

View File

@ -58,7 +58,7 @@ bun run start
```
!!! note
Jank Client defualts to opening on port 8080, if you want to change the port you'll need to change either the env variable PORT or put the port on the command you run so it'd be like node ./index.js 43
Jank Client defualts to opening on port 8080, if you want to change the port you'll need to change either the env variable PORT or put the port on the command you run, ex: `npm start ./index.js 43`
If you're wanting to also develop Jank Client, you'll need to start the type script compiler in watch mode on the base dir of the project.