I'm running a Blackbirds Game, and want a quick way to handle rolls. This is a little hobby project, but feel free to take it for your own needs, if that floats your boat.
- Quickly rolls skill rolls, damage rolls (exploding), or normal d10 rolls
- Saves those rolls to a pocketbase instance
- Broadcasts those rolls to a discord channel
God no. There's a lot of bad UX and stuff I just won't finish. Have fun 😄
VITE_PB_URL=your-pocket-base-url
VITE_DISCORD_WEBHOOK_URL=your-discord-webhook-url
VITE_DISCORD_CHANNEL_ID=your-discord-channel-id
$ npm install # or pnpm install or yarn install
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
Builds the app for production to the dist
folder.
It correctly bundles Solid in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
You can deploy the dist
folder to any static host provider (netlify, surge, now, etc.)