Welcome to the JDR Gamemaster App! This application is designed to assist gamemasters in managing their tabletop role-playing games.
To install the JDR Gamemaster App, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/jdr-gamemaster-app.git
- Navigate to the project directory:
cd jdr-gamemaster-app/jdr_gamemaster_app - Install the dependencies:
flutter pub get
To run the app, use the following command:
flutter runThe project structure is as follows:
lib/: Contains the main application code.models/: Data models used in the app.services/: Services for data handling and business logic.screens/: UI screens of the app.widgets/: Reusable UI components.
data/: JSON files with sample data.web/: Web-specific files.linux/,windows/: Platform-specific files.
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Description of changes" - Push to the branch:
git push origin feature-branch
- Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.