A Chrome extension that lets you make spotlight search for memes.
# Clone the repo
git clone https://github.com/smddzcy/chrome-meme-search.git
# Install the dependencies
yarn install
# Build files to './dev' and start webpack development server
yarn run dev
Load unpacked extensions with ./dev
folder.
test/app
: React componentstest/e2e
: E2E tests (use chromedriver, selenium-webdriver)
# lint
yarn run lint
# test/app
yarn run test
yarn run test -- --watch # watch files
# test/e2e
yarn run build
yarn run test-e2e
# Build files to './build'
yarn run build