p2pu-components
v1.6.18
Published
Search component used in P2PU projects
Downloads
112
Readme
Search component for P2PU projects
These are components that is currently being shared between p2pu/p2pu-website and p2pu/learning-circles.
Usage
??
Development
To run demo
npm i
npm run start
The demo runs on localhost:3001
To build the demo
npm run build:demo
To build the main package
npm i
npm run build:main
To publish a new version
npm adduser
npm version patch
npm publish
You'll need the right credentials to publish to p2pu-components.