Skip to content

Azgaar/deorum

Repository files navigation

Deorum

Deorum is a source for customizable fantasy characters for D&D and worldbuilding projects. Created and maintained by Azgaar and contributors.

Link: deorum.vercel.app.

preview

Join our Discord server and Reddit community to share your creations, discuss the Tool, suggest ideas and get the most recent updates.

Contact me via email if you have non-public suggestions. For bug reports please use GitHub issues or #bugs channel on Discord.

You can support the project on Patreon.

For developers

The project is created using SvelteKit. Database is Pocketbase.

Once you've cloned this repository and installed dependencies with yarn, start a development server:

yarn dev

Open you browser at localhost:5173. Edit a component file in src/routes, save it to see your changes.

Pull requests are highly welcomed.