merchant-backoffice

ZZZ: Inactive/Deprecated
Log | Files | Refs | Submodules | README

commit ba8eef0db29c4fe872a0988fc2fd3b2a7b76f816
parent 16d908a43507ffea493daa015b240500c1d4b76a
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Sat, 22 May 2021 06:17:21 -0400

fix typo: s/connect/connects/

Diffstat:
MREADME.md | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md @@ -1,6 +1,6 @@ ## Merchant Admin Frontend -Merchant Admin Frontend is a Single Page Application (SPA) that connect with a running Merchant Backend and lets you manage instances, order, products and tipping +Merchant Admin Frontend is a Single Page Application (SPA) that connects with a running Merchant Backend and lets you manage instances, order, products and tipping ## System requirements @@ -22,7 +22,7 @@ into `.npmrc` file in your home folder. Check the requirements and run `./bootstrap` and `./configure` ```shell -./bootstrap +./bootstrap ./configure ``` @@ -36,7 +36,7 @@ By default the installation prefix will be `/var/www/html` but it can be overrid ## Running develop -To run a development server run +To run a development server run ```shell make dev @@ -77,10 +77,10 @@ Result will be placed at `packages/frontend/single/index.html` * `make compile`: Installs dependencies and compile with typescript -* `make dev`: Run a development, HMR server. The application will automatically refresh +* `make dev`: Run a development, HMR server. The application will automatically refresh every time a file is edited -* `make build`: Production-ready build into the `./build` directory. Print bundle size +* `make build`: Production-ready build into the `./build` directory. Print bundle size information and compare its with previous build using the `size-plugin.json` file. * `make serve`: build and serves the content, useful to test the result. @@ -108,4 +108,4 @@ Result will be placed at `packages/frontend/single/index.html` * Date-fns: library for manipulating javascript date -* messageformat: ICU MessageFormat for Javascript, with support for .po and .mo files +* messageformat: ICU MessageFormat for Javascript, with support for .po and .mo files