Sin descripción

biblius 0b6fdd1eee add request method functionality hace 1 semana
scripts b6e2d6bd51 improved queries and added enable/disable hace 2 semanas
src 0b6fdd1eee add request method functionality hace 1 semana
src-tauri 0b6fdd1eee add request method functionality hace 1 semana
static c39c03e51b init commit hace 1 mes
.gitignore c39c03e51b init commit hace 1 mes
.prettierrc c39c03e51b init commit hace 1 mes
README.md e8f148c53d add auth hace 1 mes
components.json c39c03e51b init commit hace 1 mes
package-lock.json 8c6e4f2e5c improve request sending and add more response types hace 3 semanas
package.json 9bf7f52ec0 add entry history for ez jumping hace 2 semanas
svelte.config.js 4367571b4c add request and url parsing hace 1 mes
tailwind.config.js c39c03e51b init commit hace 1 mes
tsconfig.json 4b5f00cd17 Fix URL hace 1 mes
vite.config.js c39c03e51b init commit hace 1 mes

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