Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.7 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.7 KB

sveltastic-todo

A full-stack task management web app built with SvelteKit, TypeScript and Bulma that allows users to create, edit, remove, search, filter and sort tasks. It uses Lucia for authentication, Prisma for database access and Supabase for data storage.

Website: https://sveltastic-todo.vercel.app

Built with:

SvelteKit TypeScript Bulma Prisma Supabase Vite.js


Screenshot (61)


⌨️ Commands

All commands are run from the root of the project, from a terminal:

Command Action
pnpm install Installs dependencies
pnpm dev Starts local dev server at localhost:5173
pnpm build Build your production site

Author