Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 349 Bytes

File metadata and controls

16 lines (11 loc) · 349 Bytes

HytaLab Web

The public facing website for HytaLab's projects. All of our plugin/mod files and documentation are housed here. Made with SvelteKit and Tailwind CSS.

Developing

Once you've installed dependencies with bun install, start a development server:

bun dev

And to create a production version of app:

bun build