You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.To install all needed submodules `git submodule update --init`
12
12
4. Create a branch for your PR with `git checkout -b pr/your-branch-name`
13
13
14
14
If you want to build the project, run `npm run build`.
@@ -33,9 +33,10 @@ If you want to build the project, run `npm run build`.
33
33
Please make sure to run `npm run build`, `npm run eslint` and `npm run composer:cgl` before you commit your changes. Running `npm run eslint:fix` might be able to fix general issues on `*.js` files for you.
34
34
35
35
**General Notes**
36
+
36
37
- [Contribute to the documentation](contributing-docs.md)
37
-
- changes to the css-files need to be done inside [assets/sass/](assets/sass/) (Information can be found [here](resources/css/README.md))
38
-
- changes to the js-files need to be done inside [assets/js/](assets/js/) (Information can be found [here](resources/js/README.md))
38
+
- changes to the css-files need to be done inside `assets/sass/`
39
+
- changes to the js-files need to be done inside `assets/js/`
39
40
- translation need to be done on [Crowdin](https://crowdin.com/project/photobooth)
0 commit comments