We've created an Alpha Branch for the Hypergrid OpenSource project.
- 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
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
Validate it works.
Any questions, please open an issue.