This is a web application for creating and managing Dungeons and Dragons (Dnd) characters. It is built using modern web technologies such as Vercel, Next, Pocketbase, and Zustand.
- Create and manage Dnd characters
- Choose from a variety of races, classes, and backgrounds
- Customize character attributes, equipment, and abilities
- Save and load characters for future use
- Share characters with other players
To install and run this application on your local machine, follow these steps:
- Clone this repository to your local machine
- Install the dependencies by running
npm install
in the project directory - Start the development server by running
npm run dev
- Open your web browser and navigate to
http://localhost:3000
If you would like to contribute to this project, please follow these steps:
- Fork this repository to your own GitHub account and clone it to your local machine
- Create a new branch for your changes with
git checkout -b my-new-feature
- Make your changes and commit them with
git commit -am 'Add some feature'
- Push your changes to your fork with
git push origin my-new-feature
- Create a new pull request on this repository
This project is licensed under the MIT License. See the LICENSE file for details.