Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 567 Bytes

README.md

File metadata and controls

38 lines (20 loc) · 567 Bytes

alternativity

Site to help UTN students put together their schedules for the university inscription

How to test

  1. Clone project:

    git clone https://github.com/nadiafaya/alternativity.git

  2. Step into the directory

    cd alternativity

  3. Fetch all branches

    git fetch

  4. Switch to branch:

    git checkout schedules_extra_info

  5. Start local server

    python --version

    if v 2.7

     python -m SimpleHTTPServer
    

    if v > 3

     python -m http.server
    
  6. Open browser

    Navigate to http://localhost:8000