yarn install
yarn serve
yarn build
At the time of writing the mtgy website is deployed to an AWS S3 bucket.
- Make sure AWS CLI is installed via Homebrew
brew install awscli
- After changes are made, build files to
dist
directoryyarn run build
aws s3 cp --recursive dist s3://oklg.io