Skip to content

Shield-Management/crazy-color-clash-site

Repository files navigation

Crazy Color Clash

The website for the Crazy Color Clash iOS game.

Build Licence

Showcase

Install

# Copy the env file, edit as needed
cp src/.env-example src/.env

# Run the setup script which will bootstrap all the requirements and spin up the service
just setup

Usage

Visit crazycolorclash.localhost locally or crazycolorclash.com in production.

Deploy

# Deploy the site locally
just run

# Deploy the site in production
just prod

Development

# Get a comprehensive list of development tools
just --list