Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snowycoder/dndme
D&D Map Editor
https://github.com/snowycoder/dndme
Last synced: 2 months ago
JSON representation
D&D Map Editor
- Host: GitHub
- URL: https://github.com/snowycoder/dndme
- Owner: SnowyCoder
- License: agpl-3.0
- Created: 2020-08-07T19:04:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T21:11:51.000Z (11 months ago)
- Last Synced: 2024-04-23T14:05:46.047Z (9 months ago)
- Language: TypeScript
- Size: 44.8 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dnd Map Editor
A DM helper for the famous game DnD (I'm not good with names).[Check it out!](https://rossilorenzo.dev/dndme)
For any ideas, questions or if you want to help, please contact snowycoder on telegram.
## Deploy
This app uses public web-torrent trackers to discover its peers and WebRTC to send data so it just needs a static webserver to serve the files.To generate the files use the following commands:
```bash
npm install
npx vite build
```Your files will be available in `dist`
## Development
If you are a developer and want live-reloading you can use vite:
```bash
npm run dev
```For a more detailed description of the project internals check the Wiki, I'll try to maintain it up to date.
For any feature request and/or bug open an issue!