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.