Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.05 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.05 KB

MIT Science Olympiad Website

A basic site for competitors and coaches to get important information and official updates about the tournament.

Getting Started

The site is constructed using Jekyll, a static site generator. To get started, follow the instructions on Jekyll's installation page. To build and serve the site locally, run bundle exec jekyll serve from the root of this repository.

Contributing

To contribute to the site, you should get write access to the repo from the online logistics director. If multiple people are working on the site, then it is advisable that you use a branch-rebase workflow.

Code style is dictated in the .editorconfig file. If you are using VS Code, you can download the extension to automatically apply the right formatting settings.

See the EditorConfig documentation for more information and for how to use EditorConfig on different editors.