-
Notifications
You must be signed in to change notification settings - Fork 7
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
clean up and standardize READMEs #185
base: main
Are you sure you want to change the base?
Conversation
|
Deploying dmno with Cloudflare Pages
|
@@ -29,6 +26,7 @@ All commands are run from the root of the project, from a terminal: | |||
| `pnpm run preview` | Preview your build locally, before deploying | | |||
| `pnpm run astro ...` | Run CLI commands like `astro add`, `astro check` | | |||
| `pnpm run astro -- --help` | Get help using the Astro CLI | | |||
| `cd ../../ && pnpm build:libs` | Run at root to build the libraries for the docs site | |
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.
can also do pnpm run -w build:libs
(runs at the workspace level)
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.
| `cd ../../ && pnpm build:libs` | Run at root to build the libraries for the docs site | | |
| `pnpm run -w build:libs` | Run at root to build the libraries for the docs site | |
ooo i like these labels - lets wire up the changesets stuff to do it automatically :) |
Sounds good, I'll see what I can do |
there's a good amount of duplication happening here particularly in the code samples pulled from the docs. We may want to look into automating some of this README generation in the future if it becomes too much of a maintenance burden