Skip to content

Files

This branch is 614 commits behind carbon-design-system/carbon:main.

css-grid

Getting Started with CSS grid

First, run yarn build in the root of the carbon repository.

yarn install && yarn build

Now, all you need to do is cd into the directory and run:

yarn install
# or
npm install


yarn develop
# or
npm run develop

Open http://localhost:3000 with your browser to see the result.