Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 594 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 594 Bytes

Linkdoku

Contributor Covenant

Developing linkdoku

To develop linkdoku, we have a docker-compose.yml which will stand up a redis and a docker capable of building and running linkdoku. Note, this is not a release-mode docker, but a development docker.

The development docker also uses cargo watch so once it's up and running you can edit source and save it and it should rebuild the frontend and backend automagically.

It won't always quit on first ^C - if it gets stuck, hit that again.