# tylerjohnson.me

[![npm](https://img.shields.io/npm/v/@mrgalaxy/tjme.svg)](https://www.npmjs.com/package/@mrgalaxy/tjme) [![Build Status](https://travis-ci.org/tyler-johnson/tylerjohnson.me.svg?branch=master)](https://travis-ci.org/tyler-johnson/tylerjohnson.me)

This is the main source for my personal website, [tylerjohnson.me](http://tylerjohnson.me). It is just a tiny Node.js/Express web app.

```bash
npm i @mrgalaxy/tjme -g
tjme
```

Also available as a Docker image!

```bash
docker pull mrgalaxy/tjme:latest
docker run -d --name tjme -p 8080:8080 mrgalaxy/tjme
```