gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant-backoffice] branch master updated (16d908a -> 6f626b2)


From: gnunet
Subject: [taler-merchant-backoffice] branch master updated (16d908a -> 6f626b2)
Date: Sat, 22 May 2021 12:29:09 +0200

This is an automated email from the git hooks/post-receive script.

ttn pushed a change to branch master
in repository merchant-backoffice.

    from 16d908a  new router configuration
     new ba8eef0  fix typo: s/connect/connects/
     new 6a925ab  parallelism: s/order/orders/
     new b00980d  add period at end of sentence
     new 623f340  add colon at end of phrase (two instances)
     new 9484d58  add period at end of sentence
     new ca2f5ea  mark up ‘--prefix’
     new 5267754  add colon at end of phrase
     new 150d539  add colon at end of phrase
     new 265ffe2  add colon at end of phrase
     new 7cc1ea0  add colon at end of phrase
     new 03057f0  fix typo: s/support/supports/
     new 3026e08  upcase ‘html’
     new 52276cb  add article ‘the’
     new a9cf154  add period at end of sentence
     new 331091f  parallelism: s/Installs/Install/
     new 81e3ffd  add period at end of sentence
     new 2b17714  add period at end of sentence
     new 473ce24  fix typo: s/its/it/
     new 6e45104  capitalize first word in sentence
     new 38f16eb  add period at end of sentence
     new 77ede18  add period at end of sentence
     new 6f626b2  remove period at end of phrase

The 22 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

diff --git a/README.md b/README.md
index b737762..a3d9fe9 100644
--- 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, orders, products and 
tipping.
 
 ## System requirements
 
@@ -9,7 +9,7 @@ Merchant Admin Frontend is a Single Page Application (SPA) that 
connect with a r
 - make
 - python>=3.8
 
-For the latest version of @gnu-taler npm packages add
+For the latest version of @gnu-taler npm packages add:
 
 ```shell
 @gnu-taler:registry=https://gitlab.com/api/v4/packages/npm/
@@ -19,16 +19,16 @@ into `.npmrc` file in your home folder.
 
 ## Compiling from source
 
-Check the requirements and run `./bootstrap` and `./configure`
+Check the requirements and run `./bootstrap` and `./configure`:
 
 ```shell
-./bootstrap 
+./bootstrap
 ./configure
 ```
 
-Then run `make` to install all the nodejs dependencies
+Then run `make` to install all the nodejs dependencies.
 
-By default the installation prefix will be `/var/www/html` but it can be 
overridden by --prefix in the configuration process
+By default the installation prefix will be `/var/www/html` but it can be 
overridden by `--prefix` in the configuration process:
 
 ```shell
 ./configure --prefix=/another/directory
@@ -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
@@ -51,45 +51,45 @@ make dev PORT=9090
 
 ## Building for deploy
 
-To build and deploy the SPA in your local server run the install script
+To build and deploy the SPA in your local server run the install script:
 
 ```shell
 make install
 ```
 
-Additionally `make dist` will create a zip file with the content to upload 
into a server
+Additionally `make dist` will create a zip file with the content to upload 
into a server:
 
 ```shell
 make dist
 ```
 
-This SPA support building all into a single html file for easy deployment.
+This SPA supports building all into a single HTML file for easy deployment.
 
 ```shell
 make build-single
 ```
 
-Result will be placed at `packages/frontend/single/index.html`
+The result will be placed at `packages/frontend/single/index.html`.
 
 
 
 ## CLI Commands
 
-*   `make compile`: Installs dependencies and compile with typescript
+*   `make compile`: Install dependencies and compile with typescript.
 
-*   `make dev`: Run a development, HMR server. The application will 
automatically refresh 
-     every time a file is edited
+*   `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 
-     information and compare its with previous build using the 
`size-plugin.json` file.
+*   `make build`: Production-ready build into the `./build` directory. Print 
bundle size
+     information and compare it with previous build using the 
`size-plugin.json` file.
 
-*   `make serve`: build and serves the content, useful to test the result.
+*   `make serve`: Build and serves the content, useful to test the result.
 
-*   `make lint`: Pass TypeScript files using ESLint
+*   `make lint`: Pass TypeScript files using ESLint.
 
 *   `make check`: Run Jest and Enzyme with
     
[`enzyme-adapter-preact-pure`](https://github.com/preactjs/enzyme-adapter-preact-pure)
 for
-    your tests
+    your tests.
 
 *   `make dev-views`: Run visual components explorer. Useful for components 
design and development
     without the need of setting up the whole system.
@@ -102,10 +102,10 @@ Result will be placed at 
`packages/frontend/single/index.html`
 
 *   preact-router: URL component router for Preact
 
-*   SWR: React Hooks library for data fetching. (stale-while-revalidate)
+*   SWR: React Hooks library for data fetching (stale-while-revalidate)
 
 *   Yup: schema builder for value parsing and validation
 
 *   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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]