https://github.com/deadronos/idle-dimensions
https://github.com/deadronos/idle-dimensions
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deadronos/idle-dimensions
- Owner: deadronos
- Created: 2026-01-29T07:18:49.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-01-29T18:07:41.000Z (4 months ago)
- Last Synced: 2026-01-30T01:56:28.278Z (4 months ago)
- Language: TypeScript
- Size: 326 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Idle Dimensions
React + TypeScript idle/incremental prototype using `break_eternity.js` for big numbers and shadcn-style UI components.
## Run
```bash
npm install
npm run dev
```
## Build
```bash
npm run build
npm run preview
```