Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samfrohlich/samfrohlich.github.io
Website
https://github.com/samfrohlich/samfrohlich.github.io
Last synced: 1 day ago
JSON representation
Website
- Host: GitHub
- URL: https://github.com/samfrohlich/samfrohlich.github.io
- Owner: SamFrohlich
- Created: 2020-09-04T14:58:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T08:42:38.000Z (about 2 months ago)
- Last Synced: 2024-10-11T21:57:58.185Z (27 days ago)
- Language: JavaScript
- Size: 6.49 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SamFrohlich.github.io
## Editing
Edit in `Main.elm`.
Run `elm reactor` (in your nix shell) to get feedback from your editing, if you open an elm file (e.g. `Main.elm`), you will get its error feedback, if you open a html file (e.g. `index.html`), it will be rendered.## Compiling
Compile with:
```
elm make src/Main.elm --output elm.js
```You can then view by opening `index.html` in your browser.
Make sure this and `elm.js` are pushed to update the website.