Updated readme.md
This commit is contained in:
parent
149ae4e688
commit
fa57b2d36e
12
README.md
12
README.md
@ -5,6 +5,18 @@
|
|||||||
|
|
||||||
I have created a small test harness for a basic Omni Search box, it is not complete as it's a simple test harness to get the concept essentiall "down on paper".
|
I have created a small test harness for a basic Omni Search box, it is not complete as it's a simple test harness to get the concept essentiall "down on paper".
|
||||||
|
|
||||||
|
**To Run**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
|
||||||
|
$ npm run start
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
It should be available in the browser at `http://localhost:4200/`
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
The options are specified in JSON contained within the `src/app/app.component.ts` file.
|
The options are specified in JSON contained within the `src/app/app.component.ts` file.
|
||||||
|
|
||||||
The JSON is structured as an array of SearchFragments:
|
The JSON is structured as an array of SearchFragments:
|
||||||
|
Loading…
Reference in New Issue
Block a user