-
Notifications
You must be signed in to change notification settings - Fork 1
How to Run Better Studres Locally
Oleksii Nazarenko edited this page Aug 30, 2024
·
1 revision
- clone the repo
git clone https://github.com/Herobread/better-studres-v2.git
- cd into directory
cd better-studres-v2/
- install dependencies
bun i
- Run in dev mode
Chrome:
bun run dev
Firefox:
bun run dev:firefox
- Add extension to the browser
chrome: https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked
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.