Skip to content

park-junha/where-to

Repository files navigation

Where To?

Language grade: JavaScript Chrome Firefox

WhereTo

Where To is a web browser extension that replaces your New Tab with a customizable, personalized interface.

You can download it from the Chrome Web Store or Firefox Add-ons!

The following technologies are used:

  • Language: TypeScript
  • Web Framework: React
  • Stylesheets: Sass
  • Test Frameworks: Jest, React Testing Library
  • Package Manager: Yarn

Contributing

Read contributing guidelines here!

Development Server

To run a development server, run the following:

yarn install
yarn start

Install Locally

Google Chrome

  1. Run yarn build. This will produce a build folder.
  2. Go to chrome://extensions in Chrome and enable Developer mode (located on top right).
  3. Click Load unpacked and select the build directory generated by step 1. The New Tab interface should now be loaded with Where To.
  4. To update your extension with a future version, come back to chrome://extensions and click the circular arrow on your extension's card or "Update" near the top left (updates all extensions).

Firefox

  1. Run yarn build. This will produce a build folder.
  2. Go to about:debugging in Firefox and navigate to This Firefox.
  3. Click Load Temporary Add-on and select any file in build/. The New Tab interface should now be loaded with Where To.