To quickly get started, follow the steps below.
# Clone the repository
# Navigate to the sveltekit-loading directory
# Install dependencies
npm install
#Install prisma and setup
npx prisma init --datasource-provider sqlite
#Push setup database before running
npx prisma db push
#To see prisma studio
npx prisma studio
# Start development environment
npm run dev