jeyoder / StuffInSpace

A real-time interactive WebGL visualisation of objects in Earth orbit
http://stuffin.space
817 stars 153 forks source link

Instructions on how to use it on your local machine #34

Open ghost opened 4 years ago

ghost commented 4 years ago

Make sure you have "php" installed / available.

$ git clone https://github.com/jeyoder/StuffInSpace
$ cd StuffInSpace
$ php -S localhost:8080 -t web-root

Go with your browser to http://localhost:8080/

sivansha commented 4 years ago

Very helpful, thanks!