README update

This commit is contained in:
Benjamin Palko 2025-03-10 21:19:32 -04:00
parent 52e51e722c
commit f1b68926bd
2 changed files with 4 additions and 15 deletions

View file

@ -10,10 +10,4 @@ To install dependencies:
bun install bun install
``` ```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. This project was created using `bun init` in bun v1.2.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.

View file

@ -1,15 +1,10 @@
# svelte-components # Svelte Components
To install dependencies:
```bash
bun install
```
To run: To run:
```bash ```bash
bun run index.ts bun storybook
``` ```
This project was created using `bun init` in bun v1.2.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. This project was created using `bun init` in bun v1.2.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.