Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Latest commit

 

History

History
38 lines (23 loc) · 454 Bytes

File metadata and controls

38 lines (23 loc) · 454 Bytes

To work in this repo

1) Clone repo

git clone git@github.com:PracticallyGreen/At.js

2) Install bower if not already installed

npm install -g bower

// In At.JS directory
bower install

3) Install gulp if not already installed

npm install -g gulp

// In At.JS directory
gulp

To Run specs

gulp test

Wespire specific edits