This repository contains the documentation for the faucet-pipeline project. The documentation can be found at:
It is deployed automatically via Netlify.
- ensure Node is installed
npm install
downloads dependenciesnpm run compile
generates the site atdist/site
npm start
automatically recompiles while monitoring code changes - the site is available at http://localhost:8000npm test
checks code for stylistic consistency