Skip to content

link1183/jdr_gamemaster_app

Repository files navigation

JDR Gamemaster App

Welcome to the JDR Gamemaster App! This application is designed to assist gamemasters in managing their tabletop role-playing games.

Table of Contents

Installation

To install the JDR Gamemaster App, follow these steps:

  1. Clone the repository:
    git clone https://github.com/yourusername/jdr-gamemaster-app.git
  2. Navigate to the project directory:
    cd jdr-gamemaster-app/jdr_gamemaster_app
  3. Install the dependencies:
    flutter pub get

Usage

To run the app, use the following command:

flutter run

Project Structure

The 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.

Contributing

We welcome contributions! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Make your changes and commit them:
    git commit -m "Description of changes"
  4. Push to the branch:
    git push origin feature-branch
  5. Create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published