Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 788 Bytes

File metadata and controls

41 lines (26 loc) · 788 Bytes

REACTions - Demo for using omniscient and immstruct with React

Small example application showing random images and making a gif of the reaction via WebRTC using yahoos gifshot.

See code in browser/ and the documentation at the Omniscient repo or the Omniscient homepage.

Running locally

Clone repo

$ git clone https://github.com/omniscientjs/demo-reactions

Install dependencies

$ cd demo-reactions
$ npm install

Run

Build by doing npm run build Start a static server (e.g. harp or python) and run index.html

Example:

$ python -m SimpleHTTPServer

Open http://localhost:8000

TODO

  • Make design