word-counter/README.md
2025-03-08 15:44:09 -06:00

21 lines
285 B
Markdown

# word-counter
A simple svelte word counter
## Developing
```bash
# should work fine with normal npm too
pnpm install
pnpm run dev -- --open
```
## Building
To create a production version:
```bash
pnpm run build
```
You can preview the production build with `pnpm run preview`.