limber
limber copied to clipboard
Glimdown playground for documentation, demos, etc
Glimdown
Write Ember or Glimmer rendered with markdown right in your browser.
REPL @ https://limber.glimdown.com
Interactive Glimmer Tutorial @ https://tutorial.glimdown.com
Open Issues | Pending Dependency Updates
Submitted PRs | Renovate PRs | Release Preview PR
Contributing
PRs always welcome! ❤️
Security
If there are any security concerns, please email security [at] nullvoxpopuli.com
Running / Development
-
pnpm i
- installs all deps -
pnpm start
to start the apps, ui addon, and style watcher- other libraries can be manually started / built by
cd
ing to their directory and running the local scripts
- other libraries can be manually started / built by
-
pnpm lint
to lint everything -
pnpm lint:fix
to fix lint violations, where applicable -
pnpm test
to test everything