Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

frctl/fractal.build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: npm run dev

fractal.build deployment and hosting

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

Releases

No releases published

Packages

No packages published