Thank you for considering contributing to the zaui project!
- Start small, relationships need time to grow
- Keep PRs short
- Large PRs should be preceded by discussions
Please check for existing issues or recent fixes.
Include the following information in a new issue:
- Minimal steps or a GitHub repo to reproduce
- What you expected and what actually happened
- The stacktrace if there was an exception
- Fork and clone this repo
- Use pnpm to manage dependencies
- Run the sveltekit dev server with
pnpm dev
- Avoid setting ZAUI_*_DIR environment variables when you run this project directly. Those are automatically set via the zaui.js CLI.