Skip to content

Commit

Permalink
v2.7 directory structure adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkcity committed Jul 21, 2023
1 parent e4dbcf3 commit 45184a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: panel serve --address="0.0.0.0" --port=$PORT src/campaign_dashboard/starbound_dashboard src/campaign_dashboard/protea_dashboard --allow-websocket-origin=campaign-dashboard.herokuapp.com
web: panel serve --address="0.0.0.0" --port=$PORT src/campaign_dashboard/starbound_dashboard.py src/campaign_dashboard/protea_dashboard.py --allow-websocket-origin=campaign-dashboard.herokuapp.com
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

![Python Badge](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue) ![Jupyter Badge](https://img.shields.io/badge/Jupyter-F37626.svg?&style=for-the-badge&logo=Jupyter&logoColor=white) ![Pandas](https://img.shields.io/badge/pandas-%23150458.svg?style=for-the-badge&logo=pandas&logoColor=white) ![Plotly](https://img.shields.io/badge/Plotly-%233F4F75.svg?style=for-the-badge&logo=plotly&logoColor=white)

Static Github Pages Deployment: https://sparkcity.github.io/campaign_dashboard/app.html
Full Heroku Deployment: https://campaign-dashboard-5fce31c398a9.herokuapp.com/
## Live Demos

- Static Github Pages Demo: https://sparkcity.github.io/campaign_dashboard/app.html
- Full Heroku Deployment: https://campaign-dashboard-5fce31c398a9.herokuapp.com/

A dashboard webapp built to display data visualizations related to the ongoing Dungeons & Dragons campaign I play in with my friends.

Expand Down

0 comments on commit 45184a5

Please sign in to comment.