Skip to content

Commit

Permalink
Merge branch 'main' of github.com:OpenDonationAssistant/oda.digital
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Feb 4, 2024
2 parents 837031f + cec3c03 commit 9870bf1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Repository for [ODA landing page](https://oda.digital).
Uses [Hugo](https://gohugo.io/) as site generator and [Paige Theme](https://willfaught.com/paige/).

### How to Run

On local machine you could use `start.sh` script:
```sh
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

0 comments on commit 9870bf1

Please sign in to comment.