mirror of
https://github.com/CCBlueX/LiquidBounce.git
synced 2025-09-06 17:50:42 +00:00
670 B
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!
- 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
!