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
@@ -79,6 +71,25 @@ For more information with screenshots see the [Getting Started](doc/getting-star
79
71
80
72
The GTT Project appreciates any [contributions](https://github.com/gtt-project/.github/blob/main/CONTRIBUTING.md)! Feel free to contact us for [reporting problems and support](https://github.com/gtt-project/.github/blob/main/CONTRIBUTING.md).
81
73
74
+
### How to debug frontend
75
+
76
+
You can debug frontend by running the following command on another console:
77
+
78
+
```
79
+
npx webpack --watch --mode=development
80
+
```
81
+
82
+
### How to run test
83
+
84
+
You can run the plugin test on rails test environment by the following command:
0 commit comments