Skip to content

OpenDonationAssistant/oda-website

Repository files navigation

Repository for ODA landing page.
Uses Hugo as site generator and Paige Theme.

How to Run

On local machine you could use start.sh script:

docker run -p 13133:1313 \
  -v ${PWD}:/src \
  hugomods/hugo:exts \
  hugo server --bind 0.0.0.0

which will start http server with deployed site on localhost:13133