Skip to content

Commit

Permalink
Initial draft of cost dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwbush committed Nov 22, 2024
1 parent a7f7016 commit 09330f7
Show file tree
Hide file tree
Showing 9 changed files with 5,610 additions and 0 deletions.
1 change: 1 addition & 0 deletions cost-dashboard/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
10 changes: 10 additions & 0 deletions cost-dashboard/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p nodejs

set -ve

npm install

npx webpack

cp index.html view.css controller.js ../site/static/dashboard/
9 changes: 9 additions & 0 deletions cost-dashboard/debug.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p nodejs

set -ve

npm install

export DEBUG='express:*'
npx webpack-dev-server
Loading

0 comments on commit 09330f7

Please sign in to comment.