Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 440 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 440 Bytes

Dice Server 🎲

This is a server-side application designed to be used with the dnd-dice found at https://github.com/DavidSint/dnd-dice.

Setup 🔧

  1. Run npm i
  2. Copy the env file: cp .env.example .env
  3. 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.
  4. Start the server with npm start