Web application for previewing setup combinations in massively multiplayer role playing game Fallen Sword.
npm run build
docker build -t <tag_name> .
docker run -p 8080:8080 <tag_name>
Web application for previewing setup combinations in massively multiplayer role playing game Fallen Sword.
npm run build
docker build -t <tag_name> .
docker run -p 8080:8080 <tag_name>