-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c321df
commit 1a4b7bd
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<p align="center"> | ||
<a href="https://material-ui.com/" rel="noopener" target="_blank"><img width="150" src="https://archival-iiif.github.io/logos/iiif.png" alt="Material-UI logo"></a> | ||
</p> | ||
|
||
<h1 align="center">Archival IIIF demo</h1> | ||
|
||
<div align="center"> | ||
https://iiif.sozialarchiv.ch/?manifest=https://iiif.sozialarchiv.ch/iiif/collection/demo | ||
</div> | ||
|
||
|
||
## Installation | ||
|
||
1. Clone or download repository | ||
2. Install dependencies | ||
```sh | ||
// with npm | ||
npm install | ||
|
||
// with yarn | ||
yarn install | ||
``` | ||
3. Copy env.example to .env and set port. | ||
2. Start server | ||
```sh | ||
// with npm | ||
npm run watch-server | ||
|
||
// with yarn | ||
yarn run watch-server | ||
``` | ||
|
||
## License | ||
|
||
This software is released under the MIT license. |