This is the java implementation of the Mountain Snowpack app.
For the deployed version visit: www.mountainsnowpack.com
For the React front end see: https://github.com/StephenHanzlik/Front_End
- Replace the
srcdirectory in thefrontenddirectory with the latest version of the front end. - Run
mvn clean installto create a production react build inside of a newEnosJava.warfile. - Run
heroku war:deploy ./target/EnosJava.war --app <app_name>to deploy to heroku.