# Tesselle
# A picture annotation web application

Project from [FORCCAST](http://controverses.org)

## Usage scenarios

### Story telling with big images.

Allow the opening and annotations of big images.
Navigate througth annotations to tell a story.

## live demo

At some point we will throw a live-demo on github.io

## local deployment

Requirements : node >= 8

```
git clone
npm i
npm start
```

http://localhost:3000

## How it's been made ?

Stack :
  - Typescript
  - React
  - Redux
  - Leaflet
  - Localforage
  - Iiif
