Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.22 KB

README.md

File metadata and controls

51 lines (36 loc) · 1.22 KB

reccam.io source code CircleCI Build Standard - JavaScript Style Guide

getUserMedia and MediaRecorder experiment

screenshot-image

Development

Requirments

Setup

1. Clone the repo

git clone https://github.com/gotik/reccam.io.git
cd reccam.io

2. Install dependencies

nodenv install
yarn install
bundle install

3. Run it!

compass watch
yarn start

Running Tests

yarn test