data | ||
scripts | ||
web | ||
.gitignore | ||
package-lock.json | ||
package.json | ||
README.md |
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
- Run server with
npm start
- Run
scripts/scrape.sh
(wget
is required) - Run
scripts/deploy.sh