|
|
1 tydzień temu | |
|---|---|---|
| src | 1 tydzień temu | |
| src-tauri | 1 tydzień temu | |
| static | 4 tygodni temu | |
| .gitignore | 4 tygodni temu | |
| .prettierrc | 4 tygodni temu | |
| README.md | 2 tygodni temu | |
| components.json | 4 tygodni temu | |
| package-lock.json | 2 tygodni temu | |
| package.json | 2 tygodni temu | |
| svelte.config.js | 4 tygodni temu | |
| tailwind.config.js | 4 tygodni temu | |
| tsconfig.json | 3 tygodni temu | |
| vite.config.js | 4 tygodni temu |
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