This repository is for development of the next generation of layer5.io using Gatsby and Strapi.
See the design document for more information and the #layer5-ng channel.
Before building the site, ensure that you have the following dependencies installed on your system.
- Nodejs: e.g.,
brew install node - gatsby cli: e.g.,
npm install -g gatsby-cli - gatsby-dev-cli e.g.,
yarn global add gatsby-dev-cli- Be sure to run
npm installafter initial installation ofgatsby.
- Be sure to run
From within the site directory, run the following:
npm installnpm run start