Files
Diego Ripley a0b77e6a2d Update README
2026-02-20 12:17:19 -05:00

1.0 KiB

Table of Contents

About

Deploy Hugo site to R2 Deploy Worker

This repo has the code for the Data for Canada project website. The website is generated as a static website with Hugo.

How to Run Locally

# Clone the repository
git clone git@github.com:dataforcanada/d4c-service-main-site.git

# Navigate to the project directory
cd d4c-service-main-site

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

License

The website and code are distributed under an MIT license.

Back to top