Update README.md

Just a little clean up.
This commit is contained in:
Robert Johnson 2025-05-28 15:33:44 -04:00
parent 8cf3a49a76
commit ceba7632f8

View File

@ -45,7 +45,6 @@ Have you tried it? Got feedback or questions? Discuss here: [https://discourse.d
## App Usage Overview
![DM View Screenshot Placeholder](images/dm_view.png)
*(Replace with an actual screenshot of your DM view)*
The TTRPG Initiative Tracker is designed for Dungeon Masters to manage combat encounters and display the initiative order to players. Here's a typical workflow:
@ -92,7 +91,7 @@ This flow allows the DM to prepare and run encounters efficiently while providin
1. **Clone the Repository:**
```bash
git clone <your-repository-url>
git clone https://code.draft13.com/robert/ttrpg-initiative-tracker
cd ttrpg-initiative-tracker
```
@ -183,7 +182,6 @@ This project includes a `Dockerfile` to containerize the application for deploym
## Project Structure
<pre>
ttrpg-initiative-tracker/
├── .dockerignore # Specifies intentionally untracked files that Docker should ignore
├── .env.example # Example environment variables
@ -202,7 +200,6 @@ ttrpg-initiative-tracker/
├── App.js # Main application component
├── index.css # Global styles (including Tailwind directives)
└── index.js # React entry point
</pre>
## Contributing