Skip to content

MattJarman/completed-games

Repository files navigation

Completed Games

Collection of video games I've played over the years.

Production

🚀 Quick Start

1. Clone

git clone https://github.com/MattJarman/completed-games.git && cd completed-games

2. Install

pnpm i

3. Secrets

This project uses Contentful for its content, so all content models will need to be implemented. Once done, you can copy the .env.local.example to .env.local and fill in the environment variables for your Contentful space.

cp .env.local.example .env

4. Start

pnpm run dev

The site should now be accessible on localhost:3000.