Skip to content

toolness/marigold

 
 

Repository files navigation

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.

Running locally

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.

  1. Node v4.4.7+, Installation guide

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 run start

Go to localhost:3000 in your browser and you should be viewing a local instance of Marigold.

About

An experimental set of reusable components and patterns for making websites and applications at 18F

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 95.3%
  • HTML 4.6%
  • Other 0.1%