Questable is an application designed to manage and explore RPG Adventures ("Quests"). This README provides instructions on how to build, deploy, and contribute to the project.
To build and deploy the project, follow these steps:
flutter build web --no-tree-shake-icons
Contributing
We welcome contributions to Questable. To contribute, follow these steps:
Fork the repository.
Create a new branch:
git checkout -b feature/your-feature-name
Make your changes and commit them:
git commit -m 'Add some feature'
Push to the branch:
git push origin feature/your-feature-name
Create a pull request.
We are not experts in this process, we recommend using Firebase Local Emulator Suite and helping us document the process:
https://firebase.google.com/docs/emulator-suite
License
This project is licensed under the BSD-3 License - see the LICENSE file for details.