This is currently a technical preview while pre-v1.0.0; any feedback is very welcome!
- Demo: https://demo.getbedrock.com
- Basalt's Design System, Crux, built on Bedrock: https://design.basalt.io
- node.js 8+
- Look at our
./examples
folder to see how this can be implemented - See docs here
Spin up a starter setup with these commands:
npx create-bedrock my-design-system
cd my-design-system
npm install
npm start
Open these browser windows:
npm start
- Compile, start all watches and local servernpm run build
- Compile with compression turned onnpm run serve
- Start server