Skip to content

Commit

Permalink
chore: fix stylization
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Oct 4, 2024
1 parent 36901b1 commit 91524d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ These instructions assume you are on Ubuntu 20.04 LTS. Some adjustments may be n
- Open a second shell/terminal. (We need to leave the first one open, since it is running the server.)
- Run the TypeScript listener:
- `./packages/client/esbuild_dev.sh`
- This will run ESBuild forever until you either close the terminal window or cancel it with Ctrl + C.
- ESBuild will scan for any changes to TypeScript files and automatically update the `main.min.js` file.
- This will run `esbuild` forever until you either close the terminal window or cancel it with Ctrl + C.
- `esbuild` will scan for any changes to TypeScript files and automatically update the `main.min.js` file.
- Open a browser and go to: http://localhost/
- If it does not work or is stuck loading, press F12 to open the JavaScript console for hints as to what went wrong.
- If you update any Golang files, you will have to manually stop and start the server.
Expand Down

0 comments on commit 91524d5

Please sign in to comment.