add initial readme

This commit is contained in:
William Zhang 2018-01-29 23:08:37 -05:00
parent ab576bd083
commit 33f3252654
No known key found for this signature in database
GPG Key ID: C0BA3A2B5CF410DC

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.