Go to file
2021-08-26 11:38:16 -07:00
data calculation stuff in ui 2021-02-21 20:37:37 -08:00
scripts deployed to 7thsaga.tmont.com 2021-08-26 11:31:53 -07:00
web deployed to 7thsaga.tmont.com 2021-08-26 11:31:53 -07:00
.gitignore deployed to 7thsaga.tmont.com 2021-08-26 11:31:53 -07:00
package-lock.json deployed to 7thsaga.tmont.com 2021-08-26 11:31:53 -07:00
package.json deployed to 7thsaga.tmont.com 2021-08-26 11:31:53 -07:00
README.md added readme 2021-08-26 11:38:16 -07:00

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