Тайлбар байхгүй

biblius efcd604829 fix remigrate script and add header enabled column 1 долоо хоног өмнө
scripts efcd604829 fix remigrate script and add header enabled column 1 долоо хоног өмнө
src 05780022bb fix query param toggling and add input fields for adding them 1 долоо хоног өмнө
src-tauri efcd604829 fix remigrate script and add header enabled column 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 9bf7f52ec0 add entry history for ez jumping 5 сар өмнө
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