File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,9 @@ $ (yarn | npm ) install
2121$ yarn start [or] npm run start
2222```
2323
24- local i18n server
24+ japanese i18n server
2525```
2626$ yarn start -l ja [or] npm run start -l ja
27-
2827```
2928
3029This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Original file line number Diff line number Diff line change @@ -22,6 +22,11 @@ $ (yarn | npm ) install
2222$ yarn start [or] npm run start
2323```
2424
25+ japanese i18n server
26+ ```
27+ $ yarn start -l ja [or] npm run start -l ja
28+ ```
29+
2530This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
2631
2732### Build
You can’t perform that action at this time.
0 commit comments