A modern novel reading platform built with SvelteKit.
Sveltebook is a web application designed for reading novels online. It provides an intuitive interface for readers to discover, browse, and enjoy literature with features for user authentication, bookmarking, and tracking reading progress.
Clone the repository
git clone https://github.com/yourusername/sveltebook.git
cd sveltebook
Install dependencies
bun install
Start the development server
bun run dev
# or start the server and open the app in a new browser tab
bun run dev -- --open
This project uses Drizzle ORM with LibSQL. The following commands are available:
# Push schema changes to the database
bun run db:push
# Run migrations
bun run db:migrate
# Open Drizzle Studio to view/edit database
bun run db:studio
bun run build
You can preview the production build with bun run preview
.
Contributions are welcome! Please feel free to submit a Pull Request.