This repository contains the documentation for the faucet-pipeline project. The documentation can be found at:
You need Ruby & Node, then run:
bundle
npm i
bundle exec bridgetown start
(orjust start
)- and you are good to go!
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