/website

The official website for Centrifuge

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

website

Netlify Status code style: prettier

This repo builds the centrifuge.io website with Gatsby, Contentful & Netlify.

Contribution

NOTE: Please only branch off of, and merge into develop. master is reserved for production.

Getting Started

# install dependencies
yarn

# starts lambda and gatsby servers
yarn start

Gotchas

When adding a new lambda function to work on a feature, the lambda must be merged into develop and then to master before any usage of of the lambda function is implemented. This is due to during the gatsby build step the lambda functions are called to pull in data, since the function is not callable the build completes and passes, its not avaiable during the build step.

Once your lambda function has been merged into develop and master then its okay to use the function during the build step.