Keine Beschreibung

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

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