Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samfrohlich/samfrohlich.github.io

Website
https://github.com/samfrohlich/samfrohlich.github.io

Last synced: 1 day ago
JSON representation

Website

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.