Skip to content

Commit

Permalink
Add minimal build instructions
Browse files Browse the repository at this point in the history
Enough for self-reference, at least
  • Loading branch information
zqianem committed Oct 23, 2019
1 parent 0753dec commit e984052
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,18 @@ instructions on how to use it.

An [archive](https://unosmium.org/results/) of any tournament results
that have been output as or converted into the
[SciolyFF](https://github.com/unosmium/sciolyff) (Science Olympiad File Format).
[SciolyFF](https://github.com/unosmium/sciolyff) (Science Olympiad File Format).

### How to view locally

Minimal instructions that will likely need to be modified depending on your
development setup:
```sh
git clone https://github.com/unosmium/unosmium.org.git
bundle install
middleman build
firefox build/results/index.html
```

### Contributing

Expand Down

0 comments on commit e984052

Please sign in to comment.