This repository is dedicated for CloudHacks hackathon website. Website uses Jekyll framework to generate static site.
- Install Jekyll. For more details, read Jekyll documentation
- Serve the website with
jekyll serve
- Access the served website in localhost port 4000. localhost:4000
docker build . -t cloudhacks-jekyll
# run container and only expose on your pc
docker run -p "0.0.0.0:4000:4000" cloudhacks-jekyll:latest