Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/azgaar/deorum

Customizable fantasy characters gallery
https://github.com/azgaar/deorum

ai fantasy procedural-generation svelte sveltekit worldbuilding

Last synced: 23 days ago
JSON representation

Customizable fantasy characters gallery

Awesome Lists containing this project

README

        

# 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](https://deorum.vercel.app/).

![preview](https://repository-images.githubusercontent.com/537872766/d206c5de-b0f4-40b5-ad38-b0b6c9c03cae)

Join our [Discord server](https://discordapp.com/invite/X7E84HU) and [Reddit community](https://www.reddit.com/r/FantasyMapGenerator) to share your creations, discuss the Tool, suggest ideas and get the most recent updates.

Contact me via [email](mailto:[email protected]) if you have non-public suggestions. For bug reports please use [GitHub issues](https://github.com/Azgaar/deorum/issues) or _#bugs_ channel on Discord.

You can support the project on [Patreon](https://www.patreon.com/azgaar).

## For developers

The project is created using [SvelteKit](https://kit.svelte.dev/). Database is [Pocketbase](https://pocketbase.io).

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

```bash
yarn dev
```

Open you browser at [localhost:5173](http://localhost:5173). Edit a component file in `src/routes`, save it to see your changes.

Pull requests are highly welcomed.