OriginProtocol / story.xyz

Story.xyz frontend using Next.js
1 stars 1 forks source link

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.