Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nullvoxpopuli/limber
Glimdown playground for documentation, demos, etc
https://github.com/nullvoxpopuli/limber
editor ember glimmerjs hacktoberfest markdown
Last synced: 4 days ago
JSON representation
Glimdown playground for documentation, demos, etc
- Host: GitHub
- URL: https://github.com/nullvoxpopuli/limber
- Owner: NullVoxPopuli
- License: mit
- Created: 2021-03-20T12:24:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T00:08:14.000Z (9 days ago)
- Last Synced: 2024-12-16T01:19:22.352Z (9 days ago)
- Topics: editor, ember, glimmerjs, hacktoberfest, markdown
- Language: TypeScript
- Homepage: https://limber.glimdown.com
- Size: 37.7 MB
- Stars: 47
- Watchers: 6
- Forks: 22
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Glimdown
Write Ember or Glimmer rendered with markdown right in your browser.
[REPL](https://limber.glimdown.com) @ https://limber.glimdown.com
Interactive [Glimmer Tutorial](https://tutorial.glimdown.com) @ https://tutorial.glimdown.com-----------------------------------------------------------------
[Open Issues](https://github.com/NullVoxPopuli/limber/issues?q=is%3Aopen+is%3Aissue+-author%3Arenovate%5Bbot%5D) |
[Pending Dependency Updates](https://github.com/NullVoxPopuli/limber/issues/42)[Submitted PRs](https://github.com/search?q=repo%3ANullVoxPopuli%2Flimber+is%3Apr+-author%3ANullVoxPopuli+-author%3Arenovate%5Bbot%5D+-author%3Agithub-actions%5Bbot%5D&type=pullrequests) |
[Renovate PRs](https://github.com/NullVoxPopuli/limber/pulls/renovate%5Bbot%5D) |
[Release Preview PR](https://github.com/NullVoxPopuli/limber/pulls?q=is%3Aopen+is%3Apr+%22Release+Preview%22)## 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
- `pnpm lint` to lint everything
- `pnpm lint:fix` to fix lint violations, where applicable
- `pnpm test` to test everything## Special Thanks