Bez popisu

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

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