@flarehr/superhero-pba-support-admin 1.0.11 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +21 -10
- package/build/bundle.js +1 -1
- package/package.json +34 -39
- package/build/assets/icons/icon.png +0 -0
- package/build/bundle.2b409.esm.js +0 -41
- package/build/index.html +0 -1
- package/build/polyfills.c67ba.esm.js +0 -1
- package/build/polyfills.js +0 -1
- package/build/push-manifest.json +0 -1
package/README.md
CHANGED
|
@@ -1,17 +1,28 @@
|
|
|
1
|
-
#
|
|
1
|
+
# PBA Support Admin
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## Project information
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
A PBA app support admin tool which you can access from Superhero: https://test-partner.flarehr.com/superhero/#/benefits-app
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
## Setting up the dev environment
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
### Prerequisites
|
|
10
10
|
|
|
11
|
-
-
|
|
11
|
+
- Visual Studio / VS Code
|
|
12
|
+
- Node v16.x.x or recent
|
|
13
|
+
- npm v8.5.5 or recent
|
|
12
14
|
|
|
13
|
-
|
|
14
|
-
[`enzyme-adapter-preact-pure`](https://github.com/preactjs/enzyme-adapter-preact-pure) for
|
|
15
|
-
your tests
|
|
15
|
+
### Running the web component locally
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
```bash
|
|
18
|
+
|
|
19
|
+
$ git clone https://benefitroad@dev.azure.com/benefitroad/BenefitRoad/_git/pba-support-admin
|
|
20
|
+
|
|
21
|
+
$ npm ci --ignorescripts
|
|
22
|
+
$ npm run dev
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
### Backend service dependency
|
|
27
|
+
|
|
28
|
+
- Customer Profile: https://dev.azure.com/benefitroad/BenefitRoad/_git/apollo-customer-profile?path=/README.md
|