DISCLAIMER: This repository is an experimental guide and a sandbox for developmental purposes.
An experimental set of common and reusable components and tools for building websites and applications at 18F.
Marigold is built with Fractal, a static site framework for building and documenting component libraies.
You will need to make sure that you have the following installed on your machine before following the commands below.
- Node v4.4.7+, Installation guide, various platforms
- Fractal CLI tool, Installation instructions
To start, run the following command to install project dependencies:
npm install
Next, we'll perform a build step to create the site and test the build process:
npm run build
Now that all of your dependencies are installed you can run you local server by running the following command:
npm start
Go to localhost:3000
in your browser and you should be viewing a local instance of Marigold.