Skip to content

mtgenius/acealters.com

Repository files navigation

AceAlters is a gallery of cards from the Magic: The Gathering collectible card game as altered by Ace Quisido.

Build

Static Files

To compile this project into static files, use npm run build.

Docker Image

To build a Docker image yourself, use npm run docker-build or npm run docker-build-proxy.

Run

Development Mode

To run this application with hot reloading for development purposes, use yarn start.

Production Mode

To run a Docker container for production, use npm run docker-run --publish 80:80.