Formerly Bookr. Visit https://shelf.fly.dev for a demo!
When switching between deploy-staging and main, append http://localhost:5000
to the front of any instances of client-side server calls when you're on main, and remove them when you're on deploy-staging.
Run nodemon server
from the root directory to start the server, and in another terminal instance run npm run dev
for development.