Skip to content

jacobcarpenter/games-gallery

Repository files navigation

Games gallery

Show me the games!

Description

A gallery view of MakeCode Arcade games posted to the MakeCode forums.

Platform Description

The site is a Next.js app employing Incremental Static Regeneration deployed to Vercel's cloud platform. 😍

It consumes the Discourse API for the MakeCode forums. Due to Discourse's API design and rate limits (and execution time limits on my Vercel free hobby account), there's also a post cache in a serverless Cosmos DB store that's updated on a schedule by a GitHub action in this repo.