README: add development notes

This commit is contained in:
Jonas Heinrich 2020-10-13 11:44:05 +02:00
parent 52fe16001b
commit 729f15a010

View File

@ -49,6 +49,15 @@ Where -t specifies the container id. If you further need to access the sqlite-da
docker run -v /tmp/dockerdata:/data/data -v /tmp/nextcloud-app-radio:/opt/nextcloud/apps/radio -d --name nextcloud -p 80:80 rootlogin/nextcloud
```
## Development notes
While editing the code, you could run following helper script to automatically
compile the project:
```
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p # ref: https://github.com/gatsbyjs/gatsby/issues/11406
make watch-js
```
## Reporting bugs
You can report bugs in the public gitlab repository [here](https://git.project-insanity.org/onny/nextcloud-app-radio/issues) and for discussion you can find a section for the app in the offical Nextcloud forums [here](https://help.nextcloud.com/c/apps/radio).