Next.js starter
next.js + headless CMS
This is a base install with zero functionality. It's just the scaffolding for the new react and CMS stack.
Install
git clone git@github.com:InVisionApp/invision-www-enterprise.git
cd nextjs-starter
echo 'WP_ENDPOINT=https://invision-www-cms-staging.herokuapp.com/wp-admin/' >> .env
yarn && yarn dev