mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #3242 from Human-Connection/doc-for-locales-command
feat: Documentation for locales script
This commit is contained in:
commit
6b1bcc729b
@ -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:
|
||||
|
||||
```bash
|
||||
# run eslint in /webapp
|
||||
# run eslint in /webapp (use option --fix to normalize the files)
|
||||
$ yarn lint
|
||||
```
|
||||
|
||||
@ -81,6 +81,11 @@ $ yarn lint
|
||||
$ yarn test
|
||||
```
|
||||
|
||||
```bash
|
||||
# run locales in /webapp (use option --fix to sort the locales)
|
||||
$ yarn locales
|
||||
```
|
||||
|
||||
```bash
|
||||
# start storybook in /webapp
|
||||
$ yarn storybook
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user