Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.18 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.18 KB

State managers

image

Deploy

Prerequisites

Downloading

git clone {repository URL}

Installing

1. yarn install
2. yarn start
3. configure SSL certificate as described below

Configure SSL

To run the application locally, you should configure ssl, since the service worker will not work without it. You need to create a .cert folder in the root directory of the repo and put localhost.crt and localhost.key in it. See links below for ssl configuration.

SSL configuration links

For firefox: mkcert -CAROOT. Check location of rootCA.crt and import it manually to firefox certificates