Skip to content

faucet-pipeline/docs

Repository files navigation

Netlify Status

faucet-pipeline Documentation

This repository contains the documentation for the faucet-pipeline project. The documentation can be found at:

www.faucet-pipeline.org

It is deployed automatically via Netlify.

Contributing

  • ensure Node is installed
  • npm install downloads dependencies
  • npm run compile generates the site at dist/site
  • npm start automatically recompiles while monitoring code changes - the site is available at http://localhost:8000
  • npm test checks code for stylistic consistency