Skip to content

Latest commit

 

History

History
executable file
·
23 lines (11 loc) · 314 Bytes

README.md

File metadata and controls

executable file
·
23 lines (11 loc) · 314 Bytes

spaceBase.space150.com

The public site promoting spaceBase.

To install:

spaceBase is pulled in via a submodule.

git submodule update --init --recursive

To run:

bundle exec jekyll serve --watch

To upgrade spaceBase submodule:

cd _spaceBase

git pull origin master