To set up your work environment begin by cloning the repository
git clone https://github.com/Viviaann/Scrime.git
Next, you must build the extension.
cd Scrime/extension
npm install
npm run build
Now the extension is built. If you want to install the extension on your browser follow these steps:
1. Open Chrome and go to chrome://extensions
2. Enable developer mode using by clicking 'Developer Mode' near the top right corner
3. Select 'Load Unpacked'
4. Navigate to the Scrime directory and select the 'build' folder
You're all set up! 🎉