Thank you for your interest in contributing to Lilium AI! We welcome contributions from the community.
- Fork the repository on GitHub.
- Clone your fork locally.
- Create a new branch for your feature or bug fix:
git checkout -b feature/my-awesome-feature
- Make your changes and commit them with clear messages.
- Push your changes to your fork.
- Submit a Pull Request to the
mainbranch of the original repository.
- Install dependencies:
pnpm install - Copy config:
cp config.example.json config.json - Start dev mode:
pnpm start
- We use TypeScript.
- Please ensure your code is clean and well-commented.
- Follow the existing project structure.
If you find a bug or have a feature request, please open an issue on GitHub.