This is a server-side application designed to be used with the dnd-dice found at https://github.com/DavidSint/dnd-dice.
- Run
npm i
- Copy the env file:
cp .env.example .env
- Edit this file to include your CORS origin(s), please note that whatever you put in this section will be evaluated as JavaScript code and if abused can lead to security vulnerabilities.
- Start the server with
npm start