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
- Host: GitHub
- URL: https://github.com/joelseq/sqliteadmin-ui
- Owner: joelseq
- License: mit
- Created: 2025-02-18T01:08:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T04:57:40.000Z (over 1 year ago)
- Last Synced: 2025-02-18T05:31:21.508Z (over 1 year ago)
- Topics: admin, admin-dashboard, sqlite, sqlite3, svelte, svelte5, sveltekit
- Language: Svelte
- Homepage: https://sqliteadmin.dev
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.