add initial readme

This commit is contained in:
William Zhang 2018-01-29 23:08:37 -05:00
parent ab576bd083
commit b8f30f63cb

7
README Normal file
View File

@ -0,0 +1,7 @@
# SGA Website #
## Installing ##
* `bundle install`
## Running ##
* `bundle exec jekyll serve --port $PORT` where `$PORT` is desired port.