Skip to content

jeran-us/guild-sv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-guild-sv

Starter template for SvelteKit with Clerk authentication and PicoCSS styling. Designed for use with npm create.

Usage

npm create guild-sv@latest my-app

Features

  • SvelteKit (TypeScript)
  • PicoCSS for styling
  • REST API backend (Node adapter)
  • Clerk authentication with passkey support
  • Modular architecture
  • Vite dev server
  • pnpm package manager
  • ESLint & Prettier for code quality
  • Ready for deployment on Vercel

Getting Started

  1. Install dependencies:

    pnpm install
  2. Start the development server:

    pnpm dev
  3. Configure Clerk environment variables in .env:

    CLERK_PUBLISHABLE_KEY=your_publishable_key
    CLERK_SECRET_KEY=your_secret_key

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published