This directory contains the source code of LiquidBounce's default theme made with Svelte.
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
!