Bez popisu

biblius 77f43f326b fix response header and content scrolling před 2 týdny
src 77f43f326b fix response header and content scrolling před 2 týdny
src-tauri 8c6e4f2e5c improve request sending and add more response types před 3 týdny
static c39c03e51b init commit před 1 měsícem
.gitignore c39c03e51b init commit před 1 měsícem
.prettierrc c39c03e51b init commit před 1 měsícem
README.md e8f148c53d add auth před 1 měsícem
components.json c39c03e51b init commit před 1 měsícem
package-lock.json 8c6e4f2e5c improve request sending and add more response types před 3 týdny
package.json 8c6e4f2e5c improve request sending and add more response types před 3 týdny
svelte.config.js 4367571b4c add request and url parsing před 1 měsícem
tailwind.config.js c39c03e51b init commit před 1 měsícem
tsconfig.json 4b5f00cd17 Fix URL před 1 měsícem
vite.config.js c39c03e51b init commit před 1 měsícem

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