Really minimalistic word counter.
Requirements:
- Git
- NodeJS
pnpm
- Rust Toolchain + Cargo
wasm-pack
To Develop:
git clone https://github.com/neelkarma/wordcount.git
pnpm i
pnpm build-core
pnpm dev
To Build:
- All the steps but the last in To Develop
pnpm build