Skip to content

jonathanpv/Mobi-Website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mobi-Website

To Run for the first time

1.Clone the repo
git clone git@github.com:idappthat/Mobi-Website.git

2.Go into the directory
cd Mobi-Website

3.Run this command
python -m http.server 8080

4.Open your favorite broswer and go to this url
http://localhost:8080/index.html

To Run after the first time

1.Go into the directory
cd Mobi-Website

2.Run this command
python -m http.server 8080 Version 2.7 python -m SimpleHTTPServer 8080

3.Open your favorite broswer and go to this url
http://localhost:8080/index.html

Tips for making changes

  • It won't refresh the changes you make automatically you will have refresh the page
  • Sometimes your broswer will cache images meaning that if you want to change any of the images on the website you may have to clear the cache.
  • The calendar that we are using for events is the Mobi Google Calendar.

Todo

  • Add in Mobi Dashboard link

About

Repo for the UTA Mobi website!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.2%
  • HTML 33.3%
  • JavaScript 7.5%