pos-query
v0.6.9
Published
pos-query
Readme
What is this repository for?
- Provides functions to query a Firestore database
How do I get set up?
- Run
npm installto install dependencies - Run
npm run devto start the development server - Make the desired change in
/src/index.tsx - Run
npm run buildto compile the code - Manually update the version in
package.json - Run
npm loginto login to npm. Skip this step if you are already logged in. - Run
npm publishto publish the package to npm.
