46 lines
1.2 KiB
Markdown
Executable File
46 lines
1.2 KiB
Markdown
Executable File
<<<<<<< HEAD
|
|
# Deathwatch Roller
|
|
|
|
## Project Description
|
|
Deathwatch Roller is a React-based application designed to assist players and Game Masters in managing their sessions for the Deathwatch tabletop RPG. It includes features like player management, requisition shop, and session tracking.
|
|
|
|
## Features
|
|
- Player management
|
|
- Requisition shop for items
|
|
- Session tracking
|
|
- Integration with MongoDB for data persistence
|
|
|
|
## Setup Instructions
|
|
1. Clone the repository:
|
|
```bash
|
|
git clone https://github.com/your-username/deathwatch-roller.git
|
|
```
|
|
2. Navigate to the project directory:
|
|
```bash
|
|
cd deathwatch-roller
|
|
```
|
|
3. Install dependencies:
|
|
```bash
|
|
npm install
|
|
```
|
|
4. Start the development server:
|
|
```bash
|
|
npm start
|
|
```
|
|
|
|
## Contribution Guidelines
|
|
- Fork the repository.
|
|
- Create a new branch for your feature or bug fix.
|
|
- Submit a pull request with a detailed description of your changes.
|
|
|
|
## License
|
|
This project is licensed under the MIT License. See the LICENSE file for details.
|
|
|
|
## Learn More
|
|
- [React Documentation](https://reactjs.org/)
|
|
- [Create React App Documentation](https://create-react-app.dev/)
|
|
=======
|
|
# dwroller
|
|
dwroller
|
|
>>>>>>> 18513bcff9028e31a5b4d35eba2f4deb6bf4439c
|