Skip to content

GantonL/simple-forms

Repository files navigation

simple-forms

A simple form generation application to distribute generic forms for signing. A modern web application built with SvelteKit + shadcn/ui v5.

🚀 Getting Started

Prerequisites

  • Node.js 18+
  • bun

Installation

  1. Install dependencies:

    bun install
  2. Set up environment variables:

    cp .env.example .env

    Edit .env with your configuration.

  3. Start the development server:

    bun run dev
  4. Open http://localhost:5173 in your browser.

📁 Project Structure

simple-forms/
├── src/
│   ├── lib/
│   │   ├── components/     # Reusable components
│   │   ├── utils/         # Utility functions
│   │   └── types/         # TypeScript types
│   └── routes/            # SvelteKit routes
├── static/                # Static assets
└── tests/                 # Test files

🛠️ Available Scripts

  • bun run dev - Start development server
  • bun run build - Build for production
  • bun run preview - Preview production build
  • bun run test - Run tests
  • bun run lint - Lint code
  • bun run check - Type check

📚 Learn More


Generated with Templates CLI

About

A simple form generation application to distribute generic forms for signing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published