Skip to content

Files

Latest commit

99c0b9d · Mar 3, 2025

History

History

src-theme

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 8, 2024
Mar 3, 2025
Mar 3, 2025
Mar 8, 2024
Apr 15, 2024
Dec 29, 2024
Mar 8, 2024
Jan 24, 2025
Jan 24, 2025
Mar 8, 2024
Mar 8, 2024
Mar 8, 2024
Dec 16, 2024

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!