Skip to content

witong42/IndieHackerStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

IndieHackerStack Project

Built with the ultimate rapid prototyping stack.

Tech Stack

Getting Started

  1. Install dependencies:

    bun install
  2. Setup Convex:

    # Initialize Convex project
    bunx convex dev
  3. Setup Environment: Copy .env.example to .env and fill in the required variables.

  4. Development:

    bun dev

Key Commands

  • bun dev: Runs both Vite and Convex dev servers.
  • bun run lint: Lints and formats code using Biome.
  • bun run check: Runs Svelte check for type safety.
  • npx shadcn-svelte@latest add [component]: Add UI components.

Directory Structure

  • src/convex/: Backend functions and schema.
  • src/lib/: Shared utilities and components.
  • src/routes/: App pages and API routes.
  • src/app.css: Global styles and Tailwind configuration.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors