Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`