Skip to content

elhu/pressepapier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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