An open API service indexing awesome lists of open source software.

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

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
```