nyaggah / bedframe

Your Browser Extension Development Framework
https://bedframe.dev
MIT License
505 stars 5 forks source link

Guide how to actually get started developing in the different supported browsers #334

Closed BjoernRave closed 4 months ago

BjoernRave commented 7 months ago

I just used the bedframe make command to gernerate a new project and was amazed by the setup, very nice job on that.

Now I have this project and when I run pnpm dev i only see this url: http://localhost:5173/, but when entering the page i see nothing.

Now I am not sure how to get started developing my extension in firefox, because usually you need to load some files

JoeyDoey commented 7 months ago

Hey @BjoernRave ! Thank you! Glad you liked it so far :) I need to put together a quickstart guide. I'll get that up for you soon. in the meantime, e.g. to test an extension for Chrome:

nb:

image

I'm looking into a fix for that so in the meantime just the pnpm build commands are working. specifically I need to update the getManifest function