Update README.md
Just a little clean up.
This commit is contained in:
parent
8cf3a49a76
commit
ceba7632f8
@ -45,7 +45,6 @@ Have you tried it? Got feedback or questions? Discuss here: [https://discourse.d
|
|||||||
## App Usage Overview
|
## App Usage Overview
|
||||||
|
|
||||||

|

|
||||||
*(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:
|
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:**
|
1. **Clone the Repository:**
|
||||||
```bash
|
```bash
|
||||||
git clone <your-repository-url>
|
git clone https://code.draft13.com/robert/ttrpg-initiative-tracker
|
||||||
cd ttrpg-initiative-tracker
|
cd ttrpg-initiative-tracker
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -183,7 +182,6 @@ This project includes a `Dockerfile` to containerize the application for deploym
|
|||||||
## Project Structure
|
## Project Structure
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
|
||||||
ttrpg-initiative-tracker/
|
ttrpg-initiative-tracker/
|
||||||
├── .dockerignore # Specifies intentionally untracked files that Docker should ignore
|
├── .dockerignore # Specifies intentionally untracked files that Docker should ignore
|
||||||
├── .env.example # Example environment variables
|
├── .env.example # Example environment variables
|
||||||
@ -202,7 +200,6 @@ ttrpg-initiative-tracker/
|
|||||||
├── App.js # Main application component
|
├── App.js # Main application component
|
||||||
├── index.css # Global styles (including Tailwind directives)
|
├── index.css # Global styles (including Tailwind directives)
|
||||||
└── index.js # React entry point
|
└── index.js # React entry point
|
||||||
|
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
Loading…
x
Reference in New Issue
Block a user