- added information to development setup regarding pull requests

Signed-off-by: detlef <ds2@physik.de>
This commit is contained in:
detlef 2021-02-26 07:42:42 +01:00
parent a68bf04e23
commit 1e173f9bcf
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ If you'd like to join, just go through the [issues list](https://github.com/next
1. ☁ Clone this into your `apps` folder of your Nextcloud.
1. 👩‍💻 In a terminal, run the command `make dev-setup` to install the dependencies.
1. 🏗 Then to build the Javascript whenever you make changes, run `make build-js`. Watch changes with: `make watch-js`.
1. 🏗 Then to build the Javascript whenever you make changes, run `make build-js`. To create a pull request use `make build-js-production`Watch changes with: `make watch-js`.
1. ✅ Enable the app through the app management of your Nextcloud.
1. 🎉 Partytime!
1. 💻 Fix easily linting issues with `npm run lint:fix`.