- Node.js ecosystem
To make a copy and run the project locally, follow these steps.
The following programs are necessary for using and modifying the project.
Clone the repository using:
git clone https://github.com/temppone/opc-api/By contributing, you will create a bond with the open source community, where everyone, including you, uses it every day to learn and create their projects.
- Fork the project
- Select an issue and put your name on it. Create a branch whenever there is a new feature or fix (
git checkout -b 'feat/loveNode') - Make your Commit (
git commit -m 'feat: adding some stuff') - Push to your Branch (
git push origin 'feat/loveNode') - Open a Pull Request
- Extra: We use GitHub for task organization, it is public and you can access it here
- The API follows RESTful principles