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

https://github.com/joelseq/sqliteadmin-ui

Front-end for the SQLiteAdmin tool
https://github.com/joelseq/sqliteadmin-ui

admin admin-dashboard sqlite sqlite3 svelte svelte5 sveltekit

Last synced: 8 months ago
JSON representation

Front-end for the SQLiteAdmin tool

Awesome Lists containing this project

README

          

# SQLiteAdmin UI

Front-end to interact with a SQLite database using the [SQLiteAdmin](https://github.com/joelseq/sqliteadmin-go) CLI or Go package.

## Installing

Install dependencies:

```bash
pnpm install
```

## Developing

Start a development server:

```bash
pnpm dev

# or start the server and open the app in a new browser tab
pnpm dev -- --open
```

## Building

To create a production version of your app:

```bash
pnpm build
```

You can preview the production build with `pnpm preview`.