Files
d4c-service-main-site/README.md
T
Diego Ripley d69a10909a Update README
2026-01-27 12:07:38 +00:00

1.1 KiB

Table of Contents

About

Deploy Hugo site to R2 Deploy Worker

This repo has the code for the Data for Canada project website, www.dataforcanada.org. The website is generated as a static website with Hugo and is served via a Cloudflare worker that reads a Cloudflare R2 bucket.

How to Run Locally

# Clone the repository
git clone git@github.com:dataforcanada/www.dataforcanada.org.git

# Navigate to the project directory
cd www.dataforcanada.org

# In Dev Container
hugo server --disableFastRender --noHTTPCache -p 1313

License

The website and code are distributed under an MIT license.

Back to top