Fix(docs): updates vite documentation
This commit is contained in:
parent
fabef98fac
commit
ddda1676de
|
@ -33,13 +33,7 @@ If you want to make changes to the frontend, you can use Vite to run a developme
|
||||||
yarn install
|
yarn install
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Compile the translations:
|
4. Launch the development server:
|
||||||
|
|
||||||
```sh
|
|
||||||
yarn i18n-compile
|
|
||||||
```
|
|
||||||
|
|
||||||
5. Launch the development server:
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
yarn dev
|
yarn dev
|
||||||
|
|
Loading…
Reference in New Issue