2222[ localization-ui-badge ] : https://img.shields.io/badge/User%20Interface-Ar%20En%20Es%20Fr%20Pt%20Zh-blue
2323[ github-actions-frontend ] : https://github.com/sillsdev/TheCombine/actions/workflows/frontend.yml
2424[ github-actions-backend ] : https://github.com/sillsdev/TheCombine/actions/workflows/backend.yml
25- [ localization-sd-badge] :
26- https://img.shields.io/badge/Semantic%20Domains-Ar%20En%20Es%20Fr%20Hi%20Id%20Ml%20My%20Pt%20Ru%20Sw%20Zh-blue
25+ [ localization-sd-badge ] : https://img.shields.io/badge/Semantic%20Domains-Ar%20En%20Es%20Fr%20Hi%20Id%20Ml%20My%20Pt%20Ru%20Sw%20Zh-blue
2726[ localization-ug-badge ] : https://img.shields.io/badge/User%20Guide-En%20Es%20Zh-blue
2827[ localization-crowdin-combine ] : https://crowdin.com/project/the-combine
2928[ localization-crowdin-flex ] : https://crowdin.com/project/fieldworks
@@ -278,7 +277,7 @@ In the project directory, you can run:
278277
279278Installs the necessary packages and runs the app in the development mode.
280279
281- Open < http://localhost:3000 > to view it in the browser.
280+ Open < http://localhost:1234 > to view it in the browser.
282281
283282#### ` npm run frontend `
284283
@@ -294,7 +293,7 @@ Runs only the mongo database.
294293
295294#### ` npm run build `
296295
297- Builds the app for production to the ` build ` folder.
296+ Builds the app for production to the ` dist ` folder.
298297
299298It correctly bundles React in production mode and optimizes the build for the best performance.
300299
@@ -304,9 +303,9 @@ Your app is ready to be deployed!
304303
305304See the section about [ deployment] ( https://facebook.github.io/create-react-app/docs/deployment ) for more information.
306305
307- #### ` npm run analyze `
306+ #### ` npm run build: analyze `
308307
309- Run after ` npm run build ` to analyze the contents build bundle chunks.
308+ Builds then generates a tree map of the bundle chunks.
310309
311310### Using OpenAPI
312311
@@ -1175,6 +1174,7 @@ The process for configuring and deploying _TheCombine_ for production targets is
11751174- [ React-i18next] ( https://react.i18next.com/ ) (text localization)
11761175- [ Jest] ( https://jestjs.io/docs/getting-started ) (unit testing)
11771176- [ React Testing Library] ( https://testing-library.com/docs/react-testing-library/intro ) (unit testing)
1177+ - [ Parcel] ( https://parceljs.org/docs/ ) (bundler/builder)
11781178
11791179### Kubernetes/Helm
11801180
0 commit comments