A modern, responsive social media application built with SvelteKit 5, Supabase, and Tailwind CSS v4.
Clone the repository:
git clone https://github.com/quang-design/svelte-threads.git
cd svelte-threads
Install dependencies:
npm install
# or
pnpm install
# or
yarn
Set up environment variables:
Create a .env
file in the root directory with your Supabase credentials:
PUBLIC_SUPABASE_URL=your_supabase_url
PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
Start the development server:
pnpm dev
# or
pnpm dev -- --open
svelte-threads/
├── src/
│ ├── lib/
│ │ ├── components/
│ │ ├── stores/
│ │ ├── utils/
│ │ └── supabase.ts
│ ├── routes/
│ └── app.html
├── static/
├── tests/
└── package.json
pnpm build
Preview the production build:
pnpm preview
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.