Skip to content

faucet-pipeline/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3900b3c · Apr 24, 2025
Jan 29, 2025
Jan 29, 2025
Jan 29, 2025
Jan 29, 2025
Jan 29, 2025
Sep 17, 2020
Jan 29, 2025
Oct 2, 2018
Apr 24, 2025
Apr 24, 2025
Oct 9, 2018
Jan 29, 2025
Jan 29, 2025
Jan 29, 2025
Jan 29, 2025
Jan 29, 2025
Jan 29, 2025
Apr 24, 2025
Apr 1, 2025
Jan 29, 2025

Repository files navigation

faucet-pipeline Documentation

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

www.faucet-pipeline.org

Contributing

You need Ruby & Node, then run:

  • bundle
  • npm i
  • bundle exec bridgetown start (or just start)
  • and you are good to go!

Deploy

If you have just installed, run just deploy. If not, run it manually:

  • bundle exec bridgetown clean
  • bundle exec bridgetown frontend:build
  • bundle exec bridgetown build
  • rsync -uvcr --delete output/ $TARGET