/docs

faucet website & documentation

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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