How to Run:
pocketbase: ./pocketbase serve
Spits out what url your pocketbase API should be, create an account, login, then create a collection called posts.
Run this inside sveltefrontend
npm install
npm install pocketbase
Then to start it, run
npm run dev
Should be on http://localhost:5000
WOW!