Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 553 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 553 Bytes

kiesi.app

The best introductions for this product is given at https://kiesi.app/.

Chosen frameworks

We are using

  • React
  • Typescript
  • Docker

Building

The whole stack has been containerized so you can basically just run with docker-compose upbut of course a full deployment will need correct CNAME records.

Local development

Running this repository as is as localhost is supported but you will need to set your hosts file accordingly.

demo.kiesi.app 127.0.0.1
kiesi.app 127.0.0.1

test1