Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 380 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 380 Bytes

game-data-filters

Build Setup

# Install dependencies
npm install

# Start developing with REPL
npm run dev

# Start production
npm start

# Run unit tests
npm test

# Run continuous test mode
npm run ci

Run in Docker

Build Docker image

docker build -t game-data-filters .

Start container

docker run -d game-data-filters