Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 732 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 732 Bytes

pressepapier

Shared clipboard using Go + React

For firefox, set dom.events.asyncClipboard.clipboardItem to true in about:config.

Getting the project running

  1. Install docker and docker-compose
  2. $> docker-compose up
  3. Visit https://localhost/, accept the certificate error, and go!

If everything is broken

$> docker-compose down && docker-compose up --build --force-recreate

Structure

.
├── nginx/             # Configuration for local dev nginx
└── ui                 # Everything related to the frontend
    ├── public         # Static assets
    └── src            # Code for the actual react app
└── docker-compose.yml # Config for docker-compose