Skip to content

How to Run Better Studres Locally

Oleksii Nazarenko edited this page Aug 30, 2024 · 1 revision
  1. clone the repo
git clone https://github.com/Herobread/better-studres-v2.git
  1. cd into directory
cd better-studres-v2/
  1. install dependencies
bun i
  1. Run in dev mode

Chrome:

bun run dev

Firefox:

bun run dev:firefox
  1. Add extension to the browser

chrome: https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked

firefox: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Your_first_WebExtension#installing

when you save file in dev mode, it will automatically rebuild the extension. After that you need to reload extension in browser and reload studres page to see changes.

Clone this wiki locally