Initial commit
This commit is contained in:
commit
40182703e4
17 changed files with 1993 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal 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`.
|
Loading…
Add table
Add a link
Reference in a new issue