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
*NOTE*: Building the project will also deploy it to the required tomcat webapps directory `webapp`
12
18
13
-
To see the available scripts for this project, including how to run and deploy, look at the `package.json` file.
19
+
To see the available scripts for this project, including how to run and deploy, look at the `package.json` file.
20
+
21
+
22
+
## Formatting
23
+
24
+
Formatting is done with [husky](https://typicode.github.io/husky/) and styled using [prettier](https://prettier.io/docs/). Husky requires a minimum Git version of 2.9
25
+
26
+
When you commit, after running the install command above, husky will format files for you! But you can also run the formatter with:
27
+
`npx prettier --write myfile.html` or `npm run prepare`
0 commit comments