vdo-ninja-multistream/README.md
Leon Grünewald 8a99aa5790 Inital commit
2024-07-28 21:13:31 +02:00

37 lines
407 B
Markdown

# Farm + Svelte
This template should help you start developing using Svelte and TypeScript in Farm.
## Setup
Install the dependencies:
```bash
pnpm install
```
## Get Started
Start the dev server:
```bash
pnpm start
```
Build the app for production:
```bash
pnpm build
```
Preview the Production build product:
```bash
pnpm preview
```
Clear persistent cache local files
```bash
pnpm clean
```