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 2 months 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 (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-02T19:57:12.000Z (about 1 year ago)
- Last Synced: 2025-01-13T13:51:06.777Z (3 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: 3
-
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
```