Skip to content

Latest commit

Β 

History

History
54 lines (37 loc) Β· 775 Bytes

File metadata and controls

54 lines (37 loc) Β· 775 Bytes

This is the IBM.com.design website; built with GatsbyJS.

πŸ“‚ Structure

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

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

🚨 Node 10 is required 🚨

Before you do anything else, please continue with the following commands to use Node 10, as required.

nvm install 10
nvm use 10

Install dependencies

yarn

Run dev environment

yarn dev

πŸš€ Build

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

yarn build