https://github.com/billstclair/stonedeyeballs
StonedEyeballs.com
https://github.com/billstclair/stonedeyeballs
Last synced: about 1 year ago
JSON representation
StonedEyeballs.com
- Host: GitHub
- URL: https://github.com/billstclair/stonedeyeballs
- Owner: billstclair
- License: mit
- Created: 2024-12-15T21:09:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T13:25:00.000Z (over 1 year ago)
- Last Synced: 2025-03-29T12:32:00.187Z (about 1 year ago)
- Language: Elm
- Homepage: https://StonedEyeballs.com
- Size: 18.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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`.