soff.es-archive

soff.es-archive

My old website

soff.es

This is my website. It’s pretty simple. My blog is at soffes.blog.

Running Locally

Get the source:

$ git clone https://github.com/soffes/soff.es.git
$ cd soff.es

Get the dependencies with Bundler:

$ bundle install

Now you can start the server:

$ bundle exec rake server

Then open localhost:4000 in your browser to see it running.

If you have issues getting it up and running, open an issue.