We want to hone-in on data around realty, so we have the home-in API. Lots of puns / dad jokes around it. Plus there's a whole which is right debate! Either way, enjoy.
- nvm / nvs
- https://pnpm.io/installation
$ pnpm install
$ pnpm tests
☝️This can run using Wallaby.js in automatic config
This project sports a non gitflow workflow.
main
and feature/*
Once a feature's PR is merged, the pipeline will run checks and publish.
pnpm bundle:aws --APIKey=foo --RapidAPIKey=foo2 --RapidAPISecret=foo3
- create a pre-release by starting the process:
pnpm changeset pre enter next
- next tell it you want to version it:
pnpm changeset version
- do your commit(s) related to it
- finally wrap it up:
pnpm changeset publish
- ensure you're not in a pre-release:
pnpm changeset pre exit
- version this release:
pnpm changeset version
- do your commit(s)
pnpm changeset publish
- git push --follow-tags