docs: add lint command to readme
parent
0315668e28
commit
f7749c6ba2
|
@ -39,7 +39,7 @@ Memories is a _batteries-included_ photo management solution for Nextcloud with
|
||||||
|
|
||||||
1. ☁ Clone this into your `apps` folder of your Nextcloud.
|
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. 👩💻 In a terminal, run the command `make dev-setup` to install the dependencies.
|
||||||
1. 🏗 To build the Typescript, run `make build-js`. Watch changes with: `make watch-js`.
|
1. 🏗 To build the Typescript, run `make build-js`. Watch changes with: `make watch-js`. Lint-fix PHP with `make php-lint`.
|
||||||
1. ✅ Enable the app through the app management of your Nextcloud.
|
1. ✅ Enable the app through the app management of your Nextcloud.
|
||||||
1. ⚒️ (Strongly recommended) use VS Code and install Vetur and Prettier.
|
1. ⚒️ (Strongly recommended) use VS Code and install Vetur and Prettier.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue