An open API service indexing awesome lists of open source software.

https://github.com/billstclair/stonedeyeballs

StonedEyeballs.com
https://github.com/billstclair/stonedeyeballs

Last synced: about 1 year ago
JSON representation

StonedEyeballs.com

Awesome Lists containing this project

README

          

# StonedEyeballs.com

This page started out as the single "Stoned Eyeballs" image. It has
grown considerably, and is now primarily an example of how I build
user interface code.

To compile the Elm code into JavaScript in `site/elm.js`:

bin/build

Do development by starting `elm reactor` in the `stonedeyeballs`
directory, then aiming your browser at
http://localhost:8000/site/index.html. Each time you build, you can
full-reload the browser tab.

To upload the code to stoned-eyeballs.com, `bin/update-site`.