/site

Primary LanguageJavaScript

About This Project

This repository is my personal website. Built with Elm, because I love functional programming. Check it out right here!

Running Locally

After cloning the repository, everything should already be set up. Just open up a local server and your ready to go. You probably have python installed, so you can just run:

python -m http.server

Now navigate to localhost:8000 in your browser and you should see the site!

Building

For building you need Elm 0.19. Just run make and the site will be ready.