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

Latest commit

 

History

History
18 lines (10 loc) · 728 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 728 Bytes

Components to use in the new WAI website

This is a fractal.build components library.

Install

Follow http://fractal.build/guide/installation to install fractal, then clone this repository into a subdirectory of the main fractal install.

Inside said subdirectory, run npm install to install gulp and dependencies. See the gulp documentation if this is your first gulp project.

Development server

Open two terminal windows/tabs. Go to the directory where you have installed this library to in both.

In one, run gulp watch. In the other run fractal start --sync.

Open the displayed URL (local/network) in a browser.