| Prod English | https://health-infobase.canada.ca/nutrition/food-source-contribution-tool/ |
| Prod French | https://sante-infobase.canada.ca/nutrition/outil-contribution-sources-alimentaires/ |
In the terminal, enter the following command to host the website onto some port on your computer:
python3 -m http.server [YourServerPortNumber]Note
If you leave [YourServerPortNumber] as blank, then the website will be hosted at port 8000
In your browser, visit the following link:
localhost:[YourServerPortNumber]