• Stars
    star
    357
  • Rank 119,149 (Top 3 %)
  • Language SCSS
  • License
    Apache License 2.0
  • Created almost 8 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Play with docker class-room repo

Contributing

Just check the posts folder and submit your tutorials there.

Running trainings site

Clone this repo and run docker-compose up from the root directory of the repo. Browse the site by visiting http://localhost:4000

Alternately, clone the repo and run the following docker container: docker run --rm --label=jekyll --volume=$(pwd):/srv/jekyll -it -p 4000:4000 jekyll/jekyll:3.2 jekyll serve

Browse the site by visiting http://localhost:4000