Files
d4c-service-main-site/README.md
T
Diego Ripley a0b77e6a2d Update README
2026-02-20 12:17:19 -05:00

32 lines
1.0 KiB
Markdown

## Table of Contents
- [About](#about)
- [How to Run Locally](#how-to-run-locally)
- [License](#license)
## About
[![Deploy Hugo site to R2](https://github.com/dataforcanada/d4c-service-main-site/actions/workflows/deploy_website.yaml/badge.svg)](https://github.com/dataforcanada/d4c-service-main-site/actions/workflows/deploy_website.yaml)
[![Deploy Worker](https://github.com/dataforcanada/d4c-service-main-site/actions/workflows/deploy_worker.yaml/badge.svg)](https://github.com/dataforcanada/d4c-service-main-site/actions/workflows/deploy_worker.yaml)
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
```shell
# 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](#top)