Go to the link using the Contribute to GitHub button on the navbar.
Clone the repository with the following command git clone https://github.com/JoanEspasa/PLANLib.git
Task 2: Adding the files.
Each problem is composed of a .md file in the _problem folder as well as the necessary instances.zip with their respective model file.
When cloning, first, you should write the .md file of the problem. Follow the structure of the other .md files for guidance.
Then create a new folder with the problems name on the database folder and add the instances.zip and the model file.
Task 3: Preparation
Now, compile the project using the command npm run serve on the terminal. If it compiles, you should be able to test how your new problem looks on the page.
Once you are satisfied with the result, you should submit a PR for the problem to be added onto the main branch.