This is a GitHub template repository for a SvelteKit Web App running with Prisma. It is licensed under GNU's GPL V3.0, but is primarily for personal use. This template is modified to have the Prisma ORM installed and given initial configuration. Changes to the Docker files were made to support this
A three-stage docker build is used to build the final container. Node packages, a build step, and the final distribution layer.
For the template without Prisma, look here.
git clone https://github.com/RJMurg/SvelteKit-Prisma-Template.git
npm install
npm run dev
You are now ready to develop!