@saasquatch-inc/weevardeprecated

Weevar snippet to run on client websites.

Usage no npm install needed!

<script type="module">
  import saasquatchIncWeevar from 'https://cdn.skypack.dev/@saasquatch-inc/weevar';
</script>

README

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