mirror of
https://github.com/CCBlueX/LiquidBounce.git
synced 2025-09-06 09:46:38 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
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>
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!
- Install Node.js on your computer (either latest or stable should be fine).
- Install required dependencies using
npm install
. - Set
IN_DEV
in host.ts totrue
. - Launch the client.
- Run
npm run dev
to start a development server.
Make sure not to push the changes made to host.ts
and NettyServer.kt
!