Files
LiquidBounce/src-theme/README.md
Senk Ju 38b8ce9f90 feat: netty server default port (#2822)
* use port 15000 by default for netty server

* fix detekt issue

* update theme readme
2024-04-15 22:14:22 +02:00

670 B

LiquidBounce Default Theme

This directory contains the source code of LiquidBounce's default theme made with Svelte.

Development

This development setup is temporary and will be improved in the future!

  1. Install Node.js on your computer (either latest or stable should be fine).
  2. Install required dependencies using npm install.
  3. Set IN_DEV in host.ts to true.
  4. Launch the client.
  5. Run npm run dev to start a development server.

Make sure not to push the changes made to host.ts and NettyServer.kt!