-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add dashboard example #14
Conversation
import * as d3 from "npm:d3"; | ||
import {html} from "npm:htl"; | ||
|
||
export function BigNumber( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we want to port over the same code from https://github.com/observablehq/cli/pull/458/files#diff-5675c2279d16f4f8831483223c62b559f05154a555b164482cd43ef94abb850a?
@@ -1,3 +1,10 @@ | |||
# {{projectTitle}} | |||
|
|||
This is the default generated content. 1 + 1 = ${1 + 1} | |||
To update these pages edit files in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we'll want the option to be able to specify a different source root in the future but not a blocker for now!
this adds an example dashboard, with some rocket launch data, and fills in the index page. some issues:
the dashboard: