Skip to content

thefirstspine/game-assets

Repository files navigation

Game Assets

There are all static assets in the API, such as cards, decks, game types, etc.

Installation

npm ci

Running the app

npm run start

Build & run for production

npm run build
node dist/main.js

Configuration

See the configuration keys with the Ansible playbook

To help you configure your local environment to generate a dotenv file you can use the configurator using this command:

node configurator.js create game-assets --conf-path [local copy of ansible volume]/conf --force-http true