This monorepo contains multiple projects built with SvelteKit and modern web technologies.
A comprehensive library of Svelte components and utilities published to npm. This package provides reusable UI components and helper functions that can be used across different Svelte projects.
Key features:
- Svelte/SvelteKit components
- Utility functions
- Built with TypeScript
- Styled with DaisyUI/Tailwind
- Published to npm
My personal portfolio website showcasing projects, articles, and professional experience. Built with SvelteKit and modern web technologies.
Key features:
- Content management system
- Blog functionality
- Project showcase
- Responsive design
- SEO optimized
A new SvelteKit project will be added to this monorepo.
.
├── ctw-kit/ # Component library
├── portfolio/ # Personal portfolio website
└── [new-project]/ # Coming soon
Each project maintains its own dependencies and can be developed independently. Navigate to the specific project directory to run its development commands.
- Clone the repository
git clone [repository-url]
cd [repository-name]
- Install dependencies for a specific project
cd [project-directory]
bun install
- Start development server
bun dev
MIT