Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 418 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 418 Bytes

PROJECT Video Challenge

Requirements

For development, you will only need Node.js installed on your environement. And please use the appropriate Editorconfig plugin for your Editor (not mandatory).

Install

$ git clone https://github.com/ORG/PROJECT.git
$ cd PROJECT
$ npm install

Start & watch

$ npm start

Simple build for production

$ npm run build