Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 624 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 624 Bytes

Weevar.js, script use to power our snippet on client websites.

Installation

Clone the project and install the node dev dependencies:

$ git clone git@github.com:Saasquatch-Inc/Weevar.js.git
$ npm install

Build

To compile a build, just run gulp in your terminal:

gulp

You can also run gulp watch to watch the changes on any files within the /src directory and build automatically.

Tests

To run the tests, simply open testrunner.html in your browser or run:

npm test

For more detailed information, visit the Wiki