Нема описа

biblius e27fb00066 fix codemirror and remove highlight пре 1 недеља
scripts efcd604829 fix remigrate script and add header enabled column пре 1 недеља
src e27fb00066 fix codemirror and remove highlight пре 1 недеља
src-tauri e27fb00066 fix codemirror and remove highlight пре 1 недеља
static c39c03e51b init commit пре 6 месеци
.gitignore c39c03e51b init commit пре 6 месеци
.prettierrc c39c03e51b init commit пре 6 месеци
README.md e8f148c53d add auth пре 5 месеци
components.json c39c03e51b init commit пре 6 месеци
package-lock.json 8c6e4f2e5c improve request sending and add more response types пре 5 месеци
package.json e27fb00066 fix codemirror and remove highlight пре 1 недеља
svelte.config.js 4367571b4c add request and url parsing пре 6 месеци
tailwind.config.js c39c03e51b init commit пре 6 месеци
tsconfig.json 4b5f00cd17 Fix URL пре 6 месеци
vite.config.js c39c03e51b init commit пре 6 месеци

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