Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 948 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 948 Bytes

CCHS Food Source Contribution Tool

Static Badge Static Badge Static Badge Static Badge


Requirements


How to Run Locally

Step 1.

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


Step 2.

In your browser, visit the following link:

localhost:[YourServerPortNumber]