/layer5-ng

Next generation of layer5.io using Gatsby and Strapi

Primary LanguageJavaScriptApache License 2.0Apache-2.0

layer5-ng

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.

Site Development

Before building the site, ensure that you have the following dependencies installed on your system.

Dependencies:

  • 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 install after initial installation of gatsby.

Building the site

From within the site directory, run the following:

  1. npm install
  2. npm run start