Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 396 Bytes

File metadata and controls

16 lines (11 loc) · 396 Bytes

S[ck]rip(t|t?c)ie as a Service

Crash & Compile

It’s like Airbnb but for programming competitions

Local Development

Hosting our website locally is quick and easy once you’ve installed Docker.

docker run --rm --label=jekyll --volume=$(pwd):/srv/jekyll \
                   -it -p 127.0.0.1:4000:4000 jekyll/jekyll jekyll serve --watch