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:
npm run dev
http://fractal.build is hosted using Zeit Now. In order to deploy updates to the live site you need to be a member of the frctl team on Zeit.
You can generate a new Now-compatible export and automatically deploy a new instance using the npm run deploy
command.
Note that this will deploy a new instance at a temporary URL - if you are happy with the changes you must then alias the fractal.build domain to the latest deployment - i.e.
now alias temporary-domain-name.now.sh fractal.build