Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Latest commit

 

History

History
57 lines (42 loc) · 1.57 KB

CONTRIBUTING.md

File metadata and controls

57 lines (42 loc) · 1.57 KB

Contribution Guide

Reporting Bugs

Having issues or want to report a bug? Email [email protected].

Oracle Contributor Agreement

Oracle requires that contributors to all of its open-source projects sign the Oracle Contributor Agreement and email or fax back the completed agreement.

Dependencies

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

Installation

Get the source code by cloning to git repository via:

git clone https://github.com/oracle/official-addthis-angularjs

Navigate into the git repository and in stall all the needed dependencies via npm:

npm install

Building

There are a few commands to help automate the development process

gulp watch

Rebuilds things as files change

gulp build

Builds everything, including documentation

gulp test

Runs tests

gulp jslint

Lints the JavaScript

gulp docs

Builds just the documentaiton

node server.js

Serves all the code, documentation and examples sites locally at http://localhost:3002

Built Code: http://localhost:3002/dist/official-addthis-angularjs.js Documentation: http://localhost:3002/docs/ Test Reports: http://localhost:3002/test/reports/ Example Site 1: http://localhost:3002/examples/example1/ Example Site 2: http://localhost:3002/examples/example2/ Example Site 3: http://localhost:3002/examples/example3/