2023-10-03 10:59:53 -07:00

405 B

title category description
Just the frontend (Svelte) development How to work with the frontend only

Just want to work with the UI and frontend?

git clone git@github.com:benallfree/pockethost.git
cd pockethost
yarn
yarn dev:www

That's it. You're in business. Your local Svelte build will talk to the pockethost.io mothership and connect to that for all database-related tasks.