https://github.com/kulla/2025-08-13-debug-testing
https://github.com/kulla/2025-08-13-debug-testing
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kulla/2025-08-13-debug-testing
- Owner: kulla
- License: apache-2.0
- Created: 2025-08-13T17:38:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-13T17:43:47.000Z (10 months ago)
- Last Synced: 2025-08-13T19:36:09.186Z (10 months ago)
- Language: TypeScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Test repository for debugging
## Setup
1. Clone the repository
2. Install the dependencies via `bun install`
## Get started
Start the dev server:
```bash
bun dev
```
Build the app for production:
```bash
bun run build
```
Preview the production build locally:
```bash
bun preview
```
## Maintenance
Update dependencies:
```bash
bun update
```