Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 480 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 480 Bytes

BathroomAtAParty

A browser extension to apply "but you are in a bathroom at a party" aesthetic effect.

screenshot

Development setup

yarn install

# Run extension in firefox
yarn run dev:firefox

# Run the extension in chrome
yarn run dev:chrome

# Build extension files
yarn build