Skip to content

BFSSI-Bioinformatics-Lab/CCHS-food-source-contribution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]