Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trescenzi/dndice
https://github.com/trescenzi/dndice
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/trescenzi/dndice
- Owner: trescenzi
- Created: 2021-11-02T02:19:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T02:13:00.000Z (11 months ago)
- Last Synced: 2024-02-23T01:38:05.705Z (11 months ago)
- Language: TypeScript
- Homepage: https://dice-app-nine.vercel.app
- Size: 282 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DnDice
Somehow even today there's no simple dice rolling sites.
All that's needed is a simple site that takes a dice string and rolls it.
This is an attempt at building such a site in a small package.## Bulding
The app is shipped as a single <5kb index.html. If you'd like to build it yourself, follow these steps:
- `yarn install`
- `yarn build`