[!NOTE]
This Project is a work in progress and is not suitable for production at this moment. Star the repository for progress updates.

Ecommerce Website Built with Sveltekit

A Self Hostable E-Commerce website solution powered by Sveltekit, Drizzle ORM and PostgreSQL. Authentication with lucia Auth

To Run:

// Install required packages with
npm install

//Create a .env file with the Postgres URL Environment Variable.
1. ```DATABASE_URL=<Your Postgres connection URL>```

//Run Drizzle kit migrations with
npx drizzle-kit generate 
npx drizzle-kit push 
npx drizzle-kit migrate

//Run Development Server
npm run dev

//Run Build
npm run build

//To preview the build
npm run preview 

Top categories

Loading Svelte Themes