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/centos7-s2i-nodejs.git
cd centos7-s2i-nodejs
Make your changes, and be sure that all tests pass.
make test
Then open a pull request.