Skip to content

SagarGurnani/opportunity-hack-website

 
 

Repository files navigation

Getting started

To get started editing our website first make sure you have Docker installed. Then it's just two commands to get up and running!

docker build -t opphack .
docker run --rm -p 8011:80 -v "<your code directory>:/usr/share/nginx/html/" opphack

Open your browser to http://localhost:8011

About

Static responsive website for opportunity hack - http://opportunity-hack.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.8%
  • CSS 23.5%
  • JavaScript 6.3%
  • Dockerfile 0.4%