Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snowcait/count-characters
Count characters
https://github.com/snowcait/count-characters
Last synced: 12 days ago
JSON representation
Count characters
- Host: GitHub
- URL: https://github.com/snowcait/count-characters
- Owner: SnowCait
- License: mit
- Created: 2024-04-01T09:34:40.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-01T15:15:16.000Z (8 months ago)
- Last Synced: 2024-04-02T12:27:58.092Z (8 months ago)
- Language: Svelte
- Homepage: https://snowcait.github.io/count-characters/
- Size: 139 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Count characters
## Developing
```bash
npm intall
npm run dev
```## Building
```bash
npm run build
```You can preview the production build with `npm run preview`.