Skip to content

Commit 99289bb

Browse files
authored
Merge pull request #1205 from Financial-Times/improve-accessiblity-for-search
CPP-2746: Improve accessibility for the expandable search dropdown
2 parents 5ec614c + 62595db commit 99289bb

4 files changed

Lines changed: 283 additions & 185 deletions

File tree

examples/kitchen-sink/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
11
# Kitchen Sink
22

33
This example demonstrates all the pieces of Page Kit working together. It is intended to be used as a testbed for the Page Kit team to find out how packages should be composed together and try out the interfaces between them.
4+
5+
### Running the app
6+
7+
First run build at the root of the app to pick up the changes and the compiling of shared packages
8+
9+
```bash
10+
npm run build
11+
```
12+
13+
To start the example app enter this directory:
14+
15+
```bash
16+
cd examples/kitchen-sink
17+
```
18+
19+
To build the example app:
20+
21+
```bash
22+
npm run build
23+
```
24+
25+
Then start the app by running:
26+
27+
```bash
28+
npm start
29+
#or
30+
npm run dev
31+
```
32+
33+
Finally open `http://localhost:3456/` in your browser.

0 commit comments

Comments
 (0)