Skip to content

MIT-Scioly/MIT-Scioly.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.