/story.xyz

Story.xyz frontend using Next.js

Primary LanguageTypeScript

Story.xyz

This is the repo that is used for the Story homepage. We use Next.js, pulling from the Origin Strapi CMS.

Getting Started

First, copy the .env.example:

cp .env.example .env.local

Replace the Strapi CMS env variables.

Then, to run locally:

yarn
yarn dev

Open http://localhost:3000 with your browser to see the result.