Aucune description

biblius be03fbd4ed improve ui il y a 1 semaine
src be03fbd4ed improve ui il y a 1 semaine
src-tauri 1eb3016b1c add auth UI and add it to request sending il y a 1 semaine
static c39c03e51b init commit il y a 4 semaines
.gitignore c39c03e51b init commit il y a 4 semaines
.prettierrc c39c03e51b init commit il y a 4 semaines
README.md e8f148c53d add auth il y a 2 semaines
components.json c39c03e51b init commit il y a 4 semaines
package-lock.json 57cbcef8b2 add resizable response pane il y a 2 semaines
package.json 57cbcef8b2 add resizable response pane il y a 2 semaines
svelte.config.js 4367571b4c add request and url parsing il y a 4 semaines
tailwind.config.js c39c03e51b init commit il y a 4 semaines
tsconfig.json 4b5f00cd17 Fix URL il y a 3 semaines
vite.config.js c39c03e51b init commit il y a 4 semaines

README.md

Dovati

Development

Install sqlite3 and initialise the DB.

sqlite3 rquest.db ".quit"

Set the env variable for sqlx.

export DATABASE_URL=sqlite:/absolute/path/to/rquest.db

Init some dummy requests.

sqlite3 rquest.db < src-tauri/seed/init.sql

Start with

npm run tauri dev