diff --git a/README.md b/README.md index 1ba06ab..7886198 100644 --- a/README.md +++ b/README.md @@ -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).