Skip to content

kyleerhabor/hello

Repository files navigation

Hello 👋

The source code for my personal site.

Use

You can visit the website at https://kyleerhabor.com/.

Install

To build the project locally, you'll need Clojure installed on your system (Install Clojure).

  1. git clone the repository (e.g. git clone https://github.com/kyleerhabor/hello)
  2. Change to the directory the project was cloned to (e.g. cd hello)
  3. Run the project to generate files served to visitors: clojure -M -m kyleerhabor.hello.core
  4. See the output in the out directory