Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 540 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 540 Bytes

Fractal website

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.

Running locally

  1. Download or clone this repo
  2. Install dependencies: npm install
  3. Start the development server: gulp dev

Exporting static build (for hosting)

To export a static build, use the gulp build command.

The static build includes an .htaccess file to generate 'pretty' URLs.