mirror of
https://github.com/pockethost/pockethost.git
synced 2025-06-09 15:46:41 +00:00
17 lines
405 B
Markdown
17 lines
405 B
Markdown
---
|
|
title: Just the frontend (Svelte)
|
|
category: development
|
|
description: How to work with the frontend only
|
|
---
|
|
|
|
Just want to work with the UI and frontend?
|
|
|
|
```bash
|
|
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.
|