Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 369 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 369 Bytes

Getting Started with Themes preview

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.