mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 22:10:51 +02:00
32 lines
1.0 KiB
Markdown
32 lines
1.0 KiB
Markdown
## Table of Contents
|
|
|
|
- [About](#about)
|
|
- [How to Run Locally](#how-to-run-locally)
|
|
- [License](#license)
|
|
|
|
## About
|
|
|
|
[](https://github.com/dataforcanada/d4c-service-main-site/actions/workflows/deploy_website.yaml)
|
|
[](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)
|