A simple word counter written in Svelte.
You can see it live at word-counter.sawyer.systems.
# should work fine with normal npm too
pnpm install
pnpm run dev -- --open
To create a production version:
pnpm run build
You can preview the production build with pnpm run preview
.