1
Fork 0

Add readme

This commit is contained in:
Jake Howard 2017-06-09 08:58:28 +01:00
parent 4f04b611d3
commit 1186c37643

13
README.md Normal file
View file

@ -0,0 +1,13 @@
# My Website
[![Circle CI](https://circleci.com/gh/RealOrangeOne/theorangeone.net-new.svg?style=svg)](https://circleci.com/gh/RealOrangeOne/theorangeone.net-new)
## Installation
```bash
make
```
## Run Tests
```bash
make test
```