Initial commit

This commit is contained in:
Sawyer 2025-03-08 15:44:09 -06:00
commit 40182703e4
17 changed files with 1993 additions and 0 deletions

21
README.md Normal file
View file

@ -0,0 +1,21 @@
# 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`.