Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 690 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 690 Bytes

Katze Web

Hi there, seems like you stumbled upon our Github repository! This is the repository that stores the client for Katze.

Rationale

The build process for Katze client is intentionally minimalist, allowing for extreme predictability and robustness.

It also uses Lucia for logic and Tailwind for styling. These technologies allow a very consistent design process during development. It is separate from the Rust server, which handles persistent storage and authentication.

Usage

# Build CSS & JavaScript for production
yarn dev
# Build CSS & JavaScript for production
yarn build

License

MIT