Having issues or want to report a bug? Email ([email protected])[mailto:[email protected]].
Make sure you have the following installed:
- Node.js
- npm
- Git
Use npm to install the following:
- gulp
npm install -g gulp
- karma
npm install -g karma
Get the source code by cloning to git repository via:
git clone https://github.com/addthis/jquery-addthis
Navigate into the git repository and install all the needed dependencies via npm:
npm install
There are a few commands to help automate the development process
Rebuilds things as files change
Builds everything, including documentation
Runs tests
Lints the JavaScript
Builds the documentaiton
Serves all the code, documentation and examples sites locally at http://localhost:3003
Built Code: http://localhost:3003/dist/jquery-addthis.min.js Documentation: http://localhost:3003/docs/ Test Reports: http://localhost:3002/test/reports/ Example Site: http://localhost:3003/examples/index.html