fixed linting of code blocks and added example URL for customerAccount route
This commit is contained in:
parent
a2f8c3221d
commit
c18f90386b
12
README.md
12
README.md
@ -1,28 +1,30 @@
|
||||
# client
|
||||
|
||||
The is a single page application built using Vite (https://vitejs.dev/)
|
||||
The is a single page application built using Vite (<https://vitejs.dev/>)
|
||||
|
||||
Example URL for Account View <http://localhost:5173/customerAccount/1234/?ani=+13125138223&dnis=unknown&queue=GeneralInquires&direction=INBOUND&channel=AmazonConnect&type=Voice&_sessionIdentifier=bc93f1fc>
|
||||
|
||||
## Project setup
|
||||
|
||||
```
|
||||
```sh
|
||||
npm install
|
||||
```
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
|
||||
```
|
||||
```sh
|
||||
npm run dev
|
||||
```
|
||||
|
||||
### Compiles and minifies for production
|
||||
|
||||
```
|
||||
```sh
|
||||
npm run build
|
||||
```
|
||||
|
||||
### Lints and fixes files
|
||||
|
||||
```
|
||||
```sh
|
||||
npm run lint
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user