Skip to content

Babilling/simian-army-screensaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Pen created at CodePen.io. You can find this one at https://codepen.io/ascalonthisway/pen/NeEJEG.

Just like an old DVD player.

Try it at our github pages https://babilling.github.io/simian-army-screensaver/

Set up

To start server for this project, you can use a lightweight tool: https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb

Or if you have Python or NodeJS on your machine, you can just do as follow:

  1. cd to the project's parent directory
  2. run the commands below:

Python 2

python -m SAScreensaver 8080

Python 3

python3 -m http.server 8080

Node

npm install http-server -g
http-server

then you just open: http://localhost:8080/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors