frontier-wallet-connect
v1.2.23
Published
To develop as an independent package, uncomment the ReactDOM.render code in index.js Avoid using CSS files, use styled-components as the build pipeline does not account for CSS files
Downloads
57
Readme
Local development
To develop as an independent package, uncomment the ReactDOM.render code in index.js Avoid using CSS files, use styled-components as the build pipeline does not account for CSS files
After doing this, in the project directory, you can run:
npm start
Publishing
Set noEmit to false in tsconfig.json Comment out the rendering in index.tsx yarn build && yarn copy-files && yarn publish