This is the repository for the HTML & CSS Introduction Dorkshop!
→ Open the website 💻
→ See the exercises 📄
→ Open the presentations 📹
These docs work with Jekyll. To test it locally download the folder, open it in the terminal and run Jekyll:
jekyll serve --watch
You should now be able to test it in http://localhost:4000.
If you do not have Jekyll installed, use ruby to install it:
gem install github-pages