https://github.com/billstclair/zapsite
A simple web site editor
https://github.com/billstclair/zapsite
Last synced: about 1 month ago
JSON representation
A simple web site editor
- Host: GitHub
- URL: https://github.com/billstclair/zapsite
- Owner: billstclair
- License: mit
- Created: 2024-04-09T21:06:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T14:30:08.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T19:43:06.788Z (over 1 year ago)
- Language: Elm
- Homepage: https://zapsite.ninja
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[Zapsite](https://zapsite.ninja/) is a simple web site editor. It is written in [Elm](https://elm-lang.org/).
This is a work in progress.
For development:
cd ~/.../zapsite
elm reactor
Then aim your browser at http://localhost:8000/site/index.html
After code changes, use `bin/build` to create `site/elm.js`, then reload the browser window.
To test `Zapsite.EncodeDecode`:
cd ~/.../zapsite
elm-test
The table formatting is in [site/css/site.css](./site/css/site.css)
Bill St. Clair, 9 April 2024