Arcs Dice is a dice roller and dice rolling probability calculator and for combat in the board game Arcs by Cole Wehrle & Leder Games. Arcs Dice is written in Svelte with TypeScript using SvelteKit.
Install dependencies with npm install
(or pnpm install
or yarn
), then start a development server:
npm install
npm run dev
To create a production version of the app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.