Skip to content

aryasalian/arya_hacknc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

436 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fall2023

Development Setup

  • Start a local webserver in the root directory (Using command prompt / terminal)

    • Eg. using Python2:

      cd [filepath]/fall2023
      python -m SimpleHTTPServer
      
    • Eg. using Python3:

      cd [filepath]/fall2023
      python -m http.server
      
      • If on a mac:
        cd [filepath]/fall2023
        python3 -m http.server
        
    • Navigate to http://localhost:8000/

  • OR if using VSCode, download the extension called "Live Preview" by Microsoft

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.8%
  • CSS 35.6%
  • JavaScript 11.6%