@flarehr/superhero-pba-support-admin 1.0.10 → 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 CHANGED
@@ -1,17 +1,28 @@
1
- # pre-benefits-admin
1
+ # PBA Support Admin
2
2
 
3
- ## CLI Commands
3
+ ## Project information
4
4
 
5
- - `npm install`: Installs dependencies
5
+ A PBA app support admin tool which you can access from Superhero: https://test-partner.flarehr.com/superhero/#/benefits-app
6
6
 
7
- - `npm start`: Run a development, HMR server
7
+ ## Setting up the dev environment
8
8
 
9
- - `npm run build`: Production-ready build
9
+ ### Prerequisites
10
10
 
11
- - `npm run lint`: Pass TypeScript files using ESLint
11
+ - Visual Studio / VS Code
12
+ - Node v16.x.x or recent
13
+ - npm v8.5.5 or recent
12
14
 
13
- - `npm run test`: Run Jest and Enzyme with
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
- For detailed explanation on how things work, checkout the [CLI Readme](https://github.com/developit/preact-cli/blob/master/README.md).
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