Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Latest commit

 

History

History
executable file
·
46 lines (32 loc) · 914 Bytes

README.md

File metadata and controls

executable file
·
46 lines (32 loc) · 914 Bytes

IBM Design Research

This is a stripped down version of the Carbon Design System website which is built using GatsbyJS.

📂 Structure

src
├── components
├── content
├── data
├── layouts
├── pages
├── styles
├── templates

👩‍💻 Development

Install dependencies:

yarn

Run dev environment:

yarn dev

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 site:

yarn build