Labernator / Stargrave

Tiny app for Stargrave crew creation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting Started with Stargrave configurator

https://labernator.github.io/Stargrave/

Development using Docker

If you want to work on the codebase, you can use the provided Dockerfile as a development environment. Build the image every time you make changes on the dependencies (package.json).

docker build -t stargrave:latest .

Spin up the image with the following command. This mounts the source folder as a volume. Node/React will hot-reload on changes.

docker run \
    -it \
    --rm \
    -v ${PWD}:/app \
    -v /app/node_modules \
    -p 3001:3000 \
    -e CHOKIDAR_USEPOLLING=true \
    stargrave:latest

About

Tiny app for Stargrave crew creation


Languages

Language:TypeScript 93.5%Language:CSS 6.2%Language:HTML 0.3%Language:Dockerfile 0.1%