Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.17 KB

TESTING.md

File metadata and controls

36 lines (23 loc) · 1.17 KB

ALPHA BRANCH ANNOUNCEMENT

We've created an Alpha Branch for the Hypergrid OpenSource project.

MOTIVATION

  • Intended to be used by contributors and consumers for testing Features/Fixes prior to being merged to Master branch
  • An environment for Sprint cycle efforts to be merged into for viewing/consumption
  • Alleviate integration and regression issues resulting from development efforts (code commits)
  • Create a more systematic software development process

ALPHA

STEP 1 - GET IT AND INSTALL

A) Download or Clone branch from https://github.com/fin-hypergrid/core/tree/alpha Note: Alpha builds are subject to incremental changes. We will announce when this happens.

 > npm install       

OR

B) NPM Point your package.json to:

 > "fin-hypergrid": "[email protected]/fin-hypergrid/core.git#alpha"

OR

Via npm install

> npm install git+https://github.com/fin-hypergrid/core.git#alpha

For more info see the npm docs

STEP 2 - TEST IT

    Validate it works.

Any questions, please open an issue.