Skip to content

Commit b8d93eb

Browse files
authored
Merge pull request #629 from europeana/develop
Merge develop into master
2 parents 12a1826 + fd6f77e commit b8d93eb

File tree

57 files changed

+1926
-1946
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1926
-1946
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Get the `npm` dependencies:
2929

3030
npm install
3131

32+
Build the shared library:
33+
34+
npm run build-shared
35+
3236
## Development server
3337

3438
Run `npm start-metis` or just `npm start`for a dev server. Navigate to [http://localhost:4200/](http://localhost:4200/). The `(metis-ui)` app will automatically reload if you change any of the source files.
@@ -98,6 +102,12 @@ To run the cypress tests in development (watch mode), start the dev server in on
98102

99103
npm run cypress
100104

105+
### Accessibility tests (development)
106+
107+
To run the accessibility tests:
108+
109+
npm run test:accessibility
110+
101111
### Template check (development)
102112

103113
We use Angular AOT compiling with `fullTemplateTypeCheck: true` to do limited checking of the templates. This is run as part of `npm test` but you can also run it manually:

0 commit comments

Comments
 (0)