Skip to content
This repository has been archived by the owner on Feb 18, 2018. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 670 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 670 Bytes

starbound-dev

This is the source code for http://starbound-dev.org.

Contribution Guidelines

Fork this repository and submit a pull request with your changes. After you've had a few pull requests under your belt, you can ask us for write access and we'll let you work directly against the repository.

There are notes left by other editors as HTML comments in several of the pages. You should read these before modifying things nearby. Feel free to leave your own comments as you see fit.

To run this site locally, read the GitHub pages docs. In short:

  1. Install jekyll (gem install jekyll)
  2. Run jekyll (jekyll serve --watch)