techcorridor.io
GitHub Pages site for techcorridor.io
Goals
- Very common technologies
- HTML/CSS
- Client-side JavaScript
- Bootstrap
- jQuery
- Hostable on GitHub Pages (Need to have dynamic content? Pull it from a webservice like GitHub or Meetup via client-side JavaScript.)
- Easily hackable (within 10 minutes of cloning, regardless of your OS!)
- Easily approachable for beginners
Getting started
This site uses GitHub Pages. GitHub Pages uses a static site generator called Jekyll.
A Dockerized development environment is provided. Install Docker and Docker Compose on your platform and then run docker-compose up
. You can then visit http://localhost:4000/.