Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 285 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 285 Bytes

Fallen Sword Set Editor

Web application for previewing setup combinations in massively multiplayer role playing game Fallen Sword.

Running locally in Docker

  1. npm run build
  2. docker build -t <tag_name> .
  3. docker run -p 8080:8080 <tag_name>