madcid / website

Source code for my website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Website

The source code for my website, a single page application written in Elm.

Run Locally

Make sure you have npm, elm and elm-live installed.

Once you git clone or download the repository, run the following command in the root folder.

elm-live src/Main.elm --pushstate -- --output=elm.js

We use an output=elm.js as an parameter because I have the index.html file ready where I use javascript flags. That HTML file will use the generated elm.js file.

About

Source code for my website


Languages

Language:Elm 99.1%Language:HTML 0.9%