mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 14:00:51 +02:00
Update README
This commit is contained in:
@@ -6,19 +6,19 @@
|
||||
|
||||
## About
|
||||
|
||||
[](https://github.com/dataforcanada/www.dataforcanada.org/actions/workflows/deploy_website.yaml)
|
||||
[](https://github.com/dataforcanada/www.dataforcanada.org/actions/workflows/deploy_worker.yaml)
|
||||
[](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, [www.dataforcanada.org](https://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.
|
||||
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/www.dataforcanada.org.git
|
||||
git clone git@github.com:dataforcanada/d4c-service-main-site.git
|
||||
|
||||
# Navigate to the project directory
|
||||
cd www.dataforcanada.org
|
||||
cd d4c-service-main-site
|
||||
|
||||
# In Dev Container
|
||||
hugo server --disableFastRender --noHTTPCache -p 1313
|
||||
|
||||
Reference in New Issue
Block a user