1- # Stacks =€
1+ # Stacks ??
22
33A modern full-stack development platform for building robust web applications.
44
5- ## Features (
5+ ## Features ??
66
7- - =à SvelteKit for frontend and backend
8- - = Authentication with Lucia
9- - =Ê Database with Drizzle ORM
10- - <¨ UI components with TailwindCSS and Shadcn
11- - =Á File storage with Supabase
12- - =È Analytics with PostHog
7+ - ?? SvelteKit for frontend and backend
8+ - ?? Authentication with Lucia
9+ - ??? Database with Drizzle ORM
10+ - ?? UI components with TailwindCSS and Shadcn
11+ - ?? File storage with Supabase
12+ - ?? Analytics with PostHog
1313
14- ## Prerequisites =Ë
14+ ## Prerequisites ???
1515
1616- Node.js 18+ or Bun 1.0+
1717- Docker (optional, for local database)
1818
19- ## Installation =»
19+ ## Installation ??
2020
2121``` bash
2222# Clone the repository
@@ -29,7 +29,7 @@ npm install
2929bun install
3030```
3131
32- ## Configuration ™
32+ ## Configuration ??
3333
34341 . Copy example environment variables
3535``` bash
@@ -38,7 +38,7 @@ cp .env.example .env
3838
39392 . Update the ` .env ` file with your configuration
4040
41- ## Development ='
41+ ## Development ??
4242
4343Start the development server:
4444
@@ -50,7 +50,7 @@ bun run dev
5050
5151Your app will be running at [ http://localhost:5173 ] ( http://localhost:5173 )
5252
53- ## Database Setup =Ã
53+ ## Database Setup ???
5454
5555### Option 1: Docker (recommended)
5656
@@ -66,7 +66,7 @@ npm run db:migrate
6666
6767Update the ` DATABASE_URL ` in your ` .env ` file to point to your database.
6868
69- ## Testing >ê
69+ ## Testing ?
7070
7171``` bash
7272# Run unit tests
@@ -76,13 +76,13 @@ npm run test
7676npm run test:e2e
7777```
7878
79- ## Building for Production <×
79+ ## Building for Production ???
8080
8181``` bash
8282npm run build
8383```
8484
85- ## Deployment =¢
85+ ## Deployment ??
8686
8787The project is compatible with Vercel, Netlify, and other SvelteKit-compatible hosting platforms.
8888
@@ -91,14 +91,14 @@ The project is compatible with Vercel, Netlify, and other SvelteKit-compatible h
9191vercel
9292```
9393
94- ## Documentation =Ú
94+ ## Documentation ??
9595
9696Additional documentation can be found in the ` docs/ ` directory.
9797
98- ## License =Ä
98+ ## License ??
9999
100100This project is licensed under the MIT License - see the LICENSE file for details.
101101
102- ## Contributing >
102+ ## Contributing ??
103103
104104Contributions are welcome! Please feel free to submit a Pull Request.
0 commit comments