Нема описа

biblius 2876a061c0 fix collection closing when selecting it пре 1 недеља
scripts b6e2d6bd51 improved queries and added enable/disable пре 2 недеља
src 2876a061c0 fix collection closing when selecting it пре 1 недеља
src-tauri 0b6fdd1eee add request method functionality пре 1 недеља
static c39c03e51b init commit пре 1 месец
.gitignore c39c03e51b init commit пре 1 месец
.prettierrc c39c03e51b init commit пре 1 месец
README.md e8f148c53d add auth пре 1 месец
components.json c39c03e51b init commit пре 1 месец
package-lock.json 8c6e4f2e5c improve request sending and add more response types пре 3 недеља
package.json 9bf7f52ec0 add entry history for ez jumping пре 2 недеља
svelte.config.js 4367571b4c add request and url parsing пре 1 месец
tailwind.config.js c39c03e51b init commit пре 1 месец
tsconfig.json 4b5f00cd17 Fix URL пре 1 месец
vite.config.js c39c03e51b init commit пре 1 месец

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