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
Merge pull request #8 from RaspberryPiFoundation/seb-testing-locally-instructions
**docs: document alternative approach for local development**
Whilst recently attempting to test some changes to the webpack config we struggled to get npm link to work.
We ended up using an alternative approach using npm pack which generates a tarball of the npm package which you can then npm install into your other project.
In order to help future developers who find themselves in a similar situation I thought it was worth documenting this alternative approach.
0 commit comments