Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

canonical/feedourfrontline.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

feedourfrontline.org

A simply static site.

Local development

The site can be run either by using the dotrun snap:

dotrun

Or by using yarn directly:

yarn install
$PORT=8066 yarn start

Then you can browse to http://localhost:8066 to see the site.

Building the image for deployment

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.org

Go to http://localhost:8999 to see the site.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •