Skip to content

caribewave/mambo-dashboard-www

Repository files navigation

mambo-dashboard-www

H.A.N.D. (Hackers Against Natural Disasters) tactical humanitarian dashboard website

Develop Branch: Build status on develop
Master Branch: Build status on master

1. Development Environment

To develop, either use

Regular dev environment

  • Install npm
  • Run npm install
  • Run npm start

Docker-based dev environment

  • 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

2. Latest released image

Simply pull the existing image using docker run -p 80:80 -v `pwd`/dev/assets:/usr/share/nginx/html/conf handmambo/dashboard-www:latest

About

H.A.N.D. (Hackers Against Natural Disasters) tactical humanitarian dashboard website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages