mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
doc added for locales script
This commit is contained in:
parent
f2771660af
commit
030eca5e5c
@ -72,7 +72,7 @@ You can then visit the Storybook playground on `http://localhost:3002`
|
|||||||
After starting the application following the above guidelines, open new terminal windows and navigate to the `/webapp` directory for each of these commands:
|
After starting the application following the above guidelines, open new terminal windows and navigate to the `/webapp` directory for each of these commands:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# run eslint in /webapp
|
# run eslint in /webapp (use option --fix to normalize the files)
|
||||||
$ yarn lint
|
$ yarn lint
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -81,6 +81,11 @@ $ yarn lint
|
|||||||
$ yarn test
|
$ yarn test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# run locales in /webapp (use option --fix to sort the locales)
|
||||||
|
$ yarn locales
|
||||||
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# start storybook in /webapp
|
# start storybook in /webapp
|
||||||
$ yarn storybook
|
$ yarn storybook
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user