설명 없음

biblius e8f148c53d add auth 2 주 전
src e8f148c53d add auth 2 주 전
src-tauri e8f148c53d add auth 2 주 전
static c39c03e51b init commit 4 주 전
.gitignore c39c03e51b init commit 4 주 전
.prettierrc c39c03e51b init commit 4 주 전
README.md e8f148c53d add auth 2 주 전
components.json c39c03e51b init commit 4 주 전
package-lock.json 57cbcef8b2 add resizable response pane 2 주 전
package.json 57cbcef8b2 add resizable response pane 2 주 전
svelte.config.js 4367571b4c add request and url parsing 4 주 전
tailwind.config.js c39c03e51b init commit 4 주 전
tsconfig.json 4b5f00cd17 Fix URL 3 주 전
vite.config.js c39c03e51b init commit 4 주 전

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