7th-saga/README.md
2021-08-26 11:38:16 -07:00

829 B

The 7th Saga

This is a static web site for viewing data for the SNES game The 7th Saga.

Stats are from the North American release.

Data was taken from

View it online at https://7thsaga.tmont.com/.

Stack

Run scripts/update-stack.sh to update the stack.

The stack creates a CloudFront distribution that uses an S3 bucket as its origin. It also creates DNS records for aliasing a custom domain to the CloudFront distribution. By default the stack is created in us-west-2.

Deployment

  1. Run server with npm start
  2. Run scripts/scrape.sh (wget is required)
  3. Run scripts/deploy.sh