ryanomackey / website

The website for FED@IBM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FED@IBM

This is the FED@IBM website which is built using GatsbyJS.

πŸ“‚ Structure

src
β”œβ”€β”€ components
β”œβ”€β”€ content
β”œβ”€β”€ data
β”œβ”€β”€ layouts
β”œβ”€β”€ pages
β”œβ”€β”€ styles
β”œβ”€β”€ templates

πŸ‘©β€πŸ’» Development

Install dependencies

yarn

Build website-addons package

cd packages/addons-website
yarn build

Run dev environment

yarn dev

Run internal dev environment

yarn dev:internal

If you need more detailed information on how to setup your machine to develop locally please take a look at our wiki.

πŸš€ Build

Runing the build commands generates all the files and places them in the public folder.

Build external site

yarn build:external

Build internal site

yarn build:internal

About

The website for FED@IBM

License:Apache License 2.0


Languages

Language:HTML 65.1%Language:JavaScript 23.7%Language:CSS 11.0%Language:Shell 0.3%