We are a community-driven, open source project and we welcome contributions!
To run builds of this project locally, you will need to have the following tools.
- Node.js https://nodejs.org/en/download
- Docker https://www.docker.com/get-docker
To build the project, run
make build
Clone a copy of this repository
git clone https://github.com/nodeshift/ubi8-s2i-web-app.git
cd ubi8-s2i-web-app
Make your changes, and be sure that all tests pass.
make test
Then open a pull request.