AccessNotes is a chrome extension written with React Framework. Before cloning the app, make sure that you have npm installed.
Clone the repo from the main branch and change to the project directory. Install the npm packages using
npm install
or you can use
yarn install
To run the app as a react application run the following command.
yarn start
or npm start
To build the application for Chrome extension use the following script
yarn build:extension
To build the application for use in chrome extension. After the build process is done, open Chrome extensions > Load unpacked > choose the main.js file inside the build folder of the project. After that you can use the extension on any website to annotate your contents