Skip to content

nathanbabcock/hypetrigger-site

Repository files navigation

Hypetrigger Site

https://hypetrigger.io

Placement

Root folder must be adjacent to the hypetrigger-monorepo private repository.

Configs and other resources are read directly from the hypetrigger-monorepo source files.

Deployment

Build locally and then upload to S3 bucket via the AWS CLI.

pnpm export
aws s3 sync out/ s3://hypetrigger-site

or:

pnpm export && pnpm run deploy

AWS CLI

Install with

msiexec.exe /i https://awscli.amazonaws.com/AWSCLIV2.msi

https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html

Secrets

Create a .env.local in the root. See .env.example for the list of exported secrets and config vars.

About

A Next.js website, statically generated from JSON configs and data fetched from the IGDB API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors