Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tnthomas/prem
A dice calculator that also knows about cards
https://github.com/tnthomas/prem
calculator cards combinatorics dice probability svelte tabletop-gaming typescript
Last synced: about 1 month ago
JSON representation
A dice calculator that also knows about cards
- Host: GitHub
- URL: https://github.com/tnthomas/prem
- Owner: TNThomas
- License: gpl-3.0
- Created: 2023-06-30T05:18:51.000Z (over 1 year ago)
- Default Branch: develop
- Last Pushed: 2024-01-01T01:59:43.000Z (12 months ago)
- Last Synced: 2024-01-01T05:18:18.181Z (12 months ago)
- Topics: calculator, cards, combinatorics, dice, probability, svelte, tabletop-gaming, typescript
- Language: TypeScript
- Homepage: https://prem-calc.vercel.app
- Size: 211 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PREM
## Developing
Once you've cloned the project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```