H.A.N.D. (Hackers Against Natural Disasters) tactical humanitarian dashboard website
Develop Branch:
Master Branch:
To develop, either use
- Install npm
- Run
npm install
- Run
npm start
- Install docker
- Run scripts
# Create your development image
./dev/bin/build.sh
# Clean previous containers using the same name
./dev/bin/clean.sh
# Start your webpack dev server
./dev/bin/serve.sh
Simply pull the existing image using
docker run -p 80:80 -v `pwd`/dev/assets:/usr/share/nginx/html/conf handmambo/dashboard-www:latest