Site and docs for Fractal, a tool for building website component libraries: https://fractal.build
Built using VuePress.
- Download or clone this repo
- Install dependencies:
npm ci
- Start the development server:
npm start
- (optional) Build static files
npm run build
http://fractal.build is hosted using Netlify. Deployment is triggered by pushing to the main
branch
This will essentially do the following:
npm run build
cd docs/.vuepress/dist
- Full VuePress documentation https://vuepress.vuejs.org