Files
LiquidBounce/src-theme
dependabot[bot] 7f9e07b234 chore(deps-dev): bump vite from 6.2.3 to 6.2.4 in /src-theme (#5981)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.4/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.4/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-02 00:10:27 +02:00
..
2025-03-03 05:15:25 +01:00
2024-12-29 12:55:10 +01:00

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!