1
- # Stacks =€
1
+ # Stacks ??
2
2
3
3
A modern full-stack development platform for building robust web applications.
4
4
5
- ## Features (
5
+ ## Features ??
6
6
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
13
13
14
- ## Prerequisites =Ë
14
+ ## Prerequisites ???
15
15
16
16
- Node.js 18+ or Bun 1.0+
17
17
- Docker (optional, for local database)
18
18
19
- ## Installation =»
19
+ ## Installation ??
20
20
21
21
``` bash
22
22
# Clone the repository
@@ -29,7 +29,7 @@ npm install
29
29
bun install
30
30
```
31
31
32
- ## Configuration ™
32
+ ## Configuration ??
33
33
34
34
1 . Copy example environment variables
35
35
``` bash
@@ -38,7 +38,7 @@ cp .env.example .env
38
38
39
39
2 . Update the ` .env ` file with your configuration
40
40
41
- ## Development ='
41
+ ## Development ??
42
42
43
43
Start the development server:
44
44
@@ -50,7 +50,7 @@ bun run dev
50
50
51
51
Your app will be running at [ http://localhost:5173 ] ( http://localhost:5173 )
52
52
53
- ## Database Setup =Ã
53
+ ## Database Setup ???
54
54
55
55
### Option 1: Docker (recommended)
56
56
@@ -66,7 +66,7 @@ npm run db:migrate
66
66
67
67
Update the ` DATABASE_URL ` in your ` .env ` file to point to your database.
68
68
69
- ## Testing >ê
69
+ ## Testing ?
70
70
71
71
``` bash
72
72
# Run unit tests
@@ -76,13 +76,13 @@ npm run test
76
76
npm run test:e2e
77
77
```
78
78
79
- ## Building for Production <×
79
+ ## Building for Production ???
80
80
81
81
``` bash
82
82
npm run build
83
83
```
84
84
85
- ## Deployment =¢
85
+ ## Deployment ??
86
86
87
87
The project is compatible with Vercel, Netlify, and other SvelteKit-compatible hosting platforms.
88
88
@@ -91,14 +91,14 @@ The project is compatible with Vercel, Netlify, and other SvelteKit-compatible h
91
91
vercel
92
92
```
93
93
94
- ## Documentation =Ú
94
+ ## Documentation ??
95
95
96
96
Additional documentation can be found in the ` docs/ ` directory.
97
97
98
- ## License =Ä
98
+ ## License ??
99
99
100
100
This project is licensed under the MIT License - see the LICENSE file for details.
101
101
102
- ## Contributing >
102
+ ## Contributing ??
103
103
104
104
Contributions are welcome! Please feel free to submit a Pull Request.
0 commit comments