Skip to content
This repository has been archived by the owner on Apr 24, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 342 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 342 Bytes

metal-useragent

Metal.js browser user agent detection.

Setup

  1. Install NodeJS >= v0.12.0, if you don't have it yet.

  2. Install global dependencies:

[sudo] npm install -g gulp
  1. Install local dependencies:
npm install
  1. Build the code:
gulp build