Skip to content

DavidSint/dnd-dice

Repository files navigation

D&D Dice 🎲

The frontend of a Dice rolling application designed to be used with dice-server.

This project was bootstrapped with vite.

Installation 🔧

  1. To install run npm i
  2. You will need to create a .env file with the websocket URL where your dice-server is running. You can copy the example by running cp .env.example .env.
  3. Then to start the app in development mode, run npm start

The site will be available on http://localhost:3000 and will hotreload after edits.

Build 🔨

Run npm run build which will productionise the app into the /build folder.

About

An app to roll dice for D&D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published