Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 586 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 586 Bytes

wave_system_host

Hositng of the wave system plot In order to compile it locally and then use the built system of the github page instead of waiting always the 2 or 3 minutes of building the you can run it locally.

--------TESTED AND WORKING----------------

  1. Install in ubuntu php
  2. go to the folder and open the ubuntu/wls terminal
  3. run php -S 0.0.0.0:8000 or or php -S localhost:8000
  4. go to http://localhost:8000/

------------NOT TESTED---------------------

  1. install in ubuntu/wls npm: sudo apt-get install npm
  2. npm install http-server -g
  3. http-server name-of-file