Contributing to the Portainer Project
How to setup the development environment
Instructions:
Step 1: Navigate to the folder you wish to store the code for the Portainer project. This can be anywhere such as on your desktop or in your downloads folder.
Step 2: Download the Portainer project:
git clone https://github.com/portainer/portainer.git
Step 3: Navigate into the Portainer project you downloaded:
cd portainer
Step 4: Install the development dependencies:
yarn
Step 5: Build and run the project:
yarn start
You should now be able to access Portainer at http://localhost:9000
Contribution Guidelines
Please follow the contribution guidelines on the repository when contributing to the Portainer codebase.
Last updated
Was this helpful?