Bestest-Study-Group / bestest-chrome-extension

Chrome extension designed to keep users focused and productive
0 stars 0 forks source link

Getting Started with Bestest Chrome Extension

Prerequisites

How to build the extension

First run npm run build

Next go to chrome extesions page or put chrome://extensions/ in the search bar.

Turn developer mode on then, Click Load Unpacked

Select the build folder.

If you open a new tab, the react application should show up

Development

npm start

Runs the app in the development mode.\ Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.\ You will also see any lint errors in the console.

Contributing