https://github.com/powersagitar/pony-keyboard
https://github.com/powersagitar/pony-keyboard
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/powersagitar/pony-keyboard
- Owner: powersagitar
- Archived: true
- Created: 2024-06-23T21:24:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T14:03:08.000Z (8 months ago)
- Last Synced: 2025-04-06T23:43:25.956Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://pony-keyboard.vercel.app
- Size: 177 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pony Keyboard
An energetic pony stepping on random keys on a keyboard.
## Preview
[](./docs/README/media/preview.mp4)
## Build from Source
### Prerequisite
- [Bun](https://bun.sh)
- Desktop Browser
- Since responsive design is not considered at all during development, thus
zero mobile optimization.### Usage
```zsh
bun install
bun run build
bun start
```