Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unabridged/motion-demos
Demos for how you can use Motion to create reactive frontend components
https://github.com/unabridged/motion-demos
Last synced: about 2 months ago
JSON representation
Demos for how you can use Motion to create reactive frontend components
- Host: GitHub
- URL: https://github.com/unabridged/motion-demos
- Owner: unabridged
- Created: 2020-06-10T21:04:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T19:35:48.000Z (almost 2 years ago)
- Last Synced: 2024-08-07T08:12:24.158Z (5 months ago)
- Language: Ruby
- Homepage: http://motion-demos.herokuapp.com/
- Size: 1.41 MB
- Stars: 12
- Watchers: 7
- Forks: 1
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Motion Demos
[See the demos live](https://motion-demos.herokuapp.com/)
This project contains a set of demos for [Motion](https://github.com/unabridged/motion), a library for building reactive, real-time frontend UI components in your Rails application using pure Ruby.
## Contributing to Motion Demos
Have an idea for a demo, or see an issue with existing demo? [Open an issue](https://github.com/unabridged/motion-demos/issues).Want to contribute a new demo or improve an existing demo? We welcome pull requests!Issues with Motion itself should go in the [main Motion repository](https://github.com/unabridged/motion/issues).
### Development Scripts
Run setup: `bin/setup`Run tests: `bundle exec rake`
Run the linter: `bundle exec standardrb`