Dairon's Website

My personal Website at https://www.dairon.org.

Powered by Elixir and hosted on Github pages.

Development

Install Erlang and Elixir with asdf:

asdf install

Install the dependencies with:

mix deps.get

To compile the pages run:

mix compile

Start the local development server with:

mix dairon.server

Voilà! Now you can visit the website from your browser in the printed port 🎉.