Skip to content

jupapios/reccam.io

Repository files navigation

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