Skip to content

A simplified Jira clone built with SvelteKit, Supabase, Prisma, Sass, Typescript, Zod

Notifications You must be signed in to change notification settings

sytanta/jira-clone-sveltekit

Repository files navigation

Jira Clone in SvelteKit

This simplified Jira clone is built with SvelteKit, Typescript, Zod, Supabase, Prisma, Sass. Auto formatted with Prettier. It is based on this original Jira Clone which is built with React & Node/Express.

Project Setup

  • Clone the project
git clone https://github.com/sytanta/jira-clone-sveltekit
  • Install dependencies
npm i

Database

  • Register and create a Supabase database url and shadow database url for Prisma

  • Update or create a .env file with the following content:

DATABASE_URL="..."
SHADOW_DATABASE_URL="..."
JWT_SECRET="..."
PUBLIC_CONTACT_EMAIL="..."
PUBLIC_GITHUB_URL="..."
PUBLIC_PERSONAL_WEBSITE_URL="..."
  • Create a database from the Prisma schema
npx prisma db push

Developing

After installing dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of the app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

About

A simplified Jira clone built with SvelteKit, Supabase, Prisma, Sass, Typescript, Zod

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published