Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

opportunity-hack/deprecated-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