AceAlters is a gallery of cards from the Magic: The Gathering collectible card game as altered by Ace Quisido.
To compile this project into static files, use npm run build
.
To build a Docker image yourself, use npm run docker-build
or npm run docker-build-proxy
.
To run this application with hot reloading for development purposes, use yarn start
.
To run a Docker container for production, use npm run docker-run --publish 80:80
.