Some checks failed
CI / Scraper / Lint (pull_request) Failing after 6s
CI / Scraper / Test (pull_request) Successful in 18s
CI / Scraper / Docker Push (pull_request) Has been skipped
CI / UI / Build (pull_request) Successful in 16s
CI / UI / Build (push) Successful in 24s
CI / UI / Docker Push (pull_request) Has been skipped
CI / UI / Docker Push (push) Successful in 35s
iOS CI / Build (push) Successful in 4m34s
iOS CI / Build (pull_request) Successful in 4m48s
iOS CI / Test (push) Has started running
iOS CI / Test (pull_request) Successful in 5m59s
iOS BookDetailView: replace paginated inline chapter list with a single tappable 'Chapters' row (showing reading progress) that opens BookChaptersSheet — a searchable full-screen sheet with jump-to-current. ChapterReaderView: hide tab bar in reader, swap back/Aa/ToC button order (Aa left, ToC right, X rightmost), remove mini-player spacer (tab bar and player are hidden). HomeView: remove large HeroContinueCard, promote all continue-reading items into a single horizontal shelf (Apple Books style) with progress bar below each cover. NavigationLink now goes directly to the chapter. Web +page.svelte: replace inline paginated chapter list with a compact 'Chapters' row linking to /books/[slug]/chapters. Admin scrape controls are now a collapsible row inside the same card.
sv
Everything you need to build a Svelte project, powered by sv.
Creating a project
If you're seeing this, you've probably already done this step. Congrats!
# create a new project
npx sv create my-app
To recreate this project with the same configuration:
# recreate this project
npx sv@0.12.4 create --template minimal --types ts --install npm ui
Developing
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Building
To create a production version of your app:
npm run build
You can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.