No longer maintained.
This is just another frontend to the features provided by ZenHub for GitHub. It aims to be more neatly arranged and fixes some non-available features.
If you just want to deploy this to your server, download the latest release (the biohub.tar.gz file) and jump to Deploy to server.
Otherwise, clone this repository and run npm install
within it. Make sure to have node.js and npm installed (at least versions 6.9.x and npm 3.x.x).
Run npm start
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run npm run build
to build the project. The build artifacts will be stored in the dist/
directory.
TODO: Explain the deployment process.
Run npm run test
to execute the unit tests via Karma. It defaults to Chrome as the tests run much faster. If you need another browser, adjust the corresponding package.json script.
Run npm run e2e
to execute the end-to-end tests via Protractor.
Just open an issue or fork the repository and make a pull request. It's so darn easy. ;-)
This project tries to follow SemVer for versioning. For the versions available, see the releases on this repository. For the time being, you also find the changelog here (and only here).
- Laurens von Assel (http://biolauri.de)
See also the list of contributors who participated in this project.
This project is licensed under the GPL v3. See the LICENSE file for details.
We are not affiliated with GitHub, ZenHub or any other companies mentioned in the descriptopns of this project. All other trademarks and copyrights are property of their respective owners.