Skip to content

MaxWilson/ShiningSword

Repository files navigation

RPG Utils

https://maxwilson.github.io/ShiningSword/

Player utilities for AD&D.

Quick-start

npm i
npm start
start http://localhost:8080

Requirements

Editor

To write and edit your code, you can use either VS Code + Ionide, Emacs with fsharp-mode, Rider or Visual Studio.

Deployment

To build the application and make ready for production:

npm run build

This command builds the application and puts the generated files into the dist directory (can be overwritten in vite.config.js). This is done automatically on github after checkin.