Dungeons-and-Dragons-ToolBox is a hobby project aimed at providing players and Dungeon Masters (DMs) with a collection of resources and tools for playing Dungeons & Dragons. Whether you're looking for character generators, dice rollers, or reference materials, this website aims to be your go-to destination.
Make sure you have Node.js version 20.0.9 or higher installed on your system. Then, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory in your terminal.
- Run
npm install
to install dependencies.
To run the project locally, you can use the following npm scripts:
Command | Description |
---|---|
npm run build |
Builds the Next.js application. |
npm run dev |
Starts the development server. |
npm run postinstall |
Generates Prisma client. |
npm run lint |
Lints the project files. |
npm start |
Starts the production server. |
For environment variables, refer to the .env.example
file.
This is a T3 Stack project bootstrapped with create-t3-app
.
- Next.js
- Prisma
- Tailwind CSS
- Heroicons
Please refer to our Contributing Guidelines for information on how to contribute to this project.
I am using the MIT LICENSE for this project.
Please refer to our Code of Conduct for information on our standards of behavior.