This repo implements Bedrock 2.
- Page tree hide/show
- Style guide route
- Show a component
- Show a component per category
- Show component code using entities
- Toggle component code
- Show component code highlighted using a library like Prism
- Multiple SCSS files
- PostCSS support
- Page states
- Design tokens
- Color listing
- Typography listing
- Icon listing
- Automated page tree (automatically capture new routes)
## install dependencies
$ npm install
## serve with hot reload at localhost:3000
$ npm run dev
## build for production and launch server
$ npm run build
$ npm run start
For detailed explanation on how things work, check out Next.js docs.