Skip to content

extensional/codact-webapp

Repository files navigation

Codact Webapp

Based on Sveltekit - create-svelte, deployed to Vercel.

Deploy Your Own

Deploy with Vercel

Live Example: https://sveltekit-template.vercel.app

Developing

First install pnpm: https://pnpm.io/installation

Once you've installed dependencies with pnpm install, start a development server:

pnpm install
npx prisma generate

if this is the first time using the database do

npx prisma db push
# pnpm run dev --open

Building

To create a production version of your app:

pnpm run build
pnpm run preview --open

About

A codact webapp built with sveltekit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published