You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting a project, in the list of suggest next steps we've got:
Click the Load unpacked extension button.
Select the build/ directory that was created.
putting a step in the middle telling to run npm run build would make things clearer for devs who are less into JS processes!
I can open a PR for this If you want
The text was updated successfully, but these errors were encountered:
Done. Now run:
cd my-crx-app
pnpm install
pnpm run dev
Suggest you next step:
1. cd my-crx-app
2. Run pnpm install
3. Open chrome://extensions/ in your browser
4. Check the box for Developer mode in the top right.
5. Click the Load unpacked extension button.
6. Select the build/ directory that was created.
Could change to something more like:
Done. Now run:
cd my-crx-app
pnpm install
pnpm run dev
To load the extension:
Open chrome://extensions in your browser.
Enable Developer Mode by clicking the toggle switch next to Developer mode (top right).
Click the Load unpacked button and select the build/ directory.
When starting a project, in the list of suggest next steps we've got:
putting a step in the middle telling to run
npm run build
would make things clearer for devs who are less into JS processes!I can open a PR for this If you want
The text was updated successfully, but these errors were encountered: