Skip to content
/ SvelteKit-Template Public template

My Primary SvelteKit Template with Prisma, Carbon Design System and a basic stylesheet

License

Notifications You must be signed in to change notification settings

RJMurg/SvelteKit-Template

Repository files navigation

RJM SvelteKit Template

This is my personal SvelteKit Git Repo template. It is licensed under GNU's GPL V2.0

Features

  • Prisma configured for a PostgreSQL database w/ a sample model
  • A simple CSS style
  • Carbon Design System
  • Functional containerisation system
  • Barebones Lucia authentication system for GitHub OAuth

Setup:

  1. Clone the repository
git clone https://github.com/RJMurg/SvelteKit-Template.git
  1. Install the dependencies
npm install
  1. Create your .env
  • a) Rename the .env.example to .env
  • b) Replace the sample fields with their correct values
  1. Complete a database migrations
npx prisma migrate dev
  1. Get your GitHub Keys for OAuth See instructions here.

  2. Run the development server

npm run dev

You are now ready to develop!

About

My Primary SvelteKit Template with Prisma, Carbon Design System and a basic stylesheet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published