https://maxwilson.github.io/ShiningSword/
Player utilities for AD&D.
npm i
npm start
start http://localhost:8080
- dotnet SDK v7.0 or higher
- node.js v18+ LTS
To write and edit your code, you can use either VS Code + Ionide, Emacs with fsharp-mode, Rider or Visual Studio.
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.