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
@@ -160,15 +158,6 @@ The frontend is written with TypeScript and React. You can use the following com
160
158
-`yarn test`: execute unit tests
161
159
-`yarn test:watch`: execute unit tests, with live reload
162
160
163
-
### Documentation
164
-
165
-
The documentation is written in Markdown using [Vuepress](https://vuepress.vuejs.org/). You can use the following commands to manage the documentation:
166
-
167
-
-`yarn install`: install the dependencies
168
-
-`yarn docs:generate`: regenerate documentation screenshots (require the whole application to be started on the default ports)
169
-
-`yarn docs:dev`: start the documentation in development mode, with live reload
170
-
-`yarn docs:build`: generate the static production documentation
171
-
172
161
### Docker
173
162
174
163
The application can be packaged as a standalone Docker image. You can use the following commands to manage the development lifecycle:
0 commit comments