mirror of
https://github.com/portainer/portainer-docs.git
synced 2026-03-27 12:58:32 +07:00
update contributing guidelines to use makefile
This commit is contained in:
@@ -29,19 +29,21 @@ cd portainer
|
||||
Install the development dependencies:
|
||||
|
||||
```
|
||||
yarn
|
||||
make deps-all
|
||||
```
|
||||
|
||||
And finally, build and run the project:
|
||||
|
||||
```
|
||||
yarn start
|
||||
make dev
|
||||
```
|
||||
|
||||
You should now be able to access Portainer at `https://localhost:9443`.
|
||||
You should now be able to access Portainer at `https://localhost:9443` and UI dev server runs on `http://localhost:8999`.
|
||||
|
||||
For additional commands, run `make help`.
|
||||
|
||||
{% hint style="info" %}
|
||||
The frontend application will update when you save your changes to any of the sources. Just refresh the browser to see the changes
|
||||
The frontend application will update and refresh when you save your changes to any of the sources.
|
||||
{% endhint %}
|
||||
|
||||
## Contribution Guidelines
|
||||
|
||||
Reference in New Issue
Block a user