Aucune description

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

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