summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-04-28 15:35:46 -0300
committerSebastian <sebasjm@gmail.com>2021-04-28 15:35:46 -0300
commit88c8009524e7e96bfc7bac13f80f889ec90a7342 (patch)
tree33ccb419de0a499c2d3a32e461b2764e8984aa08 /README.md
parent08a696ad83613da157c223caa9c7f75c49dc1df1 (diff)
downloadmerchant-backoffice-88c8009524e7e96bfc7bac13f80f889ec90a7342.tar.gz
merchant-backoffice-88c8009524e7e96bfc7bac13f80f889ec90a7342.tar.bz2
merchant-backoffice-88c8009524e7e96bfc7bac13f80f889ec90a7342.zip
add hook test
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 04b4205..3607c0a 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 tippings
+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
## System requirements
@@ -20,7 +20,7 @@ Check the requirements and run `./bootstrap` and `./configure`
Then run `make` to install all the nodejs dependencies
-By default the installation prefix will be `/var/www/html` but it can be overrided 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
@@ -49,7 +49,7 @@ To build and deploy the SPA in your local server run the install script
make install
```
-Aditionally `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
@@ -75,7 +75,7 @@ Result will be placed at `packages/frontend/single/index.html`
* `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, usefull to test the result.
+* `make serve`: build and serves the content, useful to test the result.
* `make lint`: Pass TypeScript files using ESLint
@@ -83,7 +83,7 @@ Result will be placed at `packages/frontend/single/index.html`
[`enzyme-adapter-preact-pure`](https://github.com/preactjs/enzyme-adapter-preact-pure) for
your tests
-* `make dev-views`: Run visual components explorer. Usefull for components design and development
+* `make dev-views`: Run visual components explorer. Useful for components design and development
without the need of setting up the whole system.
## Runtime dependencies