Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 590 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 590 Bytes

A web-app that let you take photos of your friends and swap out body parts with them. Uses localstorage in the browser, the images are never stored online.

Hosted at: https://sti2nd.github.io/exquisite-corpse-body/

Built with create-react-app. Relies on the external libraries

Note to self, steps to deploy:

  1. Create local branch "gh-pages" from master (optional)
  2. Remove /build from .gitignore
  3. Commit build folder
  4. git subtree push --prefix build origin gh-pages