Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sozialarchiv committed Aug 16, 2021
1 parent 1c321df commit 1a4b7bd
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions readme.md
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.

0 comments on commit 1a4b7bd

Please sign in to comment.