This is the repo that is used for the Story homepage. We use Next.js, pulling from the Origin Strapi CMS.
First, copy the .env.example:
cp .env.example .env.localReplace the Strapi CMS env variables.
Then, to run locally:
yarn
yarn devOpen http://localhost:3000 with your browser to see the result.