A simply static site.
The site can be run either by using the dotrun snap:
dotrunOr by using yarn directly:
yarn install
$PORT=8066 yarn startThen you can browse to http://localhost:8066 to see the site.
You can build the image for deploying the website as follows:
docker build --tag feedinghopeandheroes.org --build-arg BUILD_ID=`git rev-parse HEAD` .
docker run -ti -p 8999:80 feedinghopeandheroes.orgGo to http://localhost:8999 to see the site.