This is the FED@IBM website which is built using GatsbyJS.
src
├── components
├── content
├── data
├── layouts
├── pages
├── styles
├── templates
Install dependencies
yarn
Build website-addons package
cd packages/addons-website
yarn build
Run dev environment
yarn dev
Runing the build commands generates all the files and places them in the public
folder.
Build site
yarn build
You must be added to the private cloud to deploy to the IBMDesignOrg front-end
space. The files in the public
distribution folder are deployed so a build must be done prior to pushing.
yarn build
cf push -f manifest.internal.yml