Site and docs for Fractal, a tool for building website component libraries: http://fractal.build
Built using Fractal's own documentation engine with a custom theme, exported to a static HTML build for deployment.
- Download or clone this repo
- Install dependencies:
npm install - Start the development server:
gulp dev
To export a static build, use the gulp build command.
The static build includes an .htaccess file to generate 'pretty' URLs.