This is the public landing page for Flites, an open source sprite editor tool built with Flutter. The landing page serves as a central hub for users to learn about and download Flites.
Flites is a modern sprite animation tool that makes creating and editing sprite animations intuitive and efficient. For more detailed information, visit:
- Official Website: www.flites.app
- Main Repository: github.com/marqably/flites
To work on this landing page locally:
-
Clone the repository
-
Install dependencies:
npm install- Start the development server:
npm run devThe website is automatically deployed to GitHub Pages whenever changes are pushed to the main branch, using GitHub Actions. The deployment workflow is configured in .github/workflows/deploy.yml.
We welcome contributions to both the landing page and the main Flites project! For detailed contribution guidelines, please see our Contributing Guide.