Skip to content

Commit cceb078

Browse files
committed
docs(README.md): replace ambiguous symbols with question marks for clarity
1 parent a3cf344 commit cceb078

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

README.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# Stacks =€
1+
# Stacks ??
22

33
A 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
2929
bun install
3030
```
3131

32-
## Configuration
32+
## Configuration ??
3333

3434
1. Copy example environment variables
3535
```bash
@@ -38,7 +38,7 @@ cp .env.example .env
3838

3939
2. Update the `.env` file with your configuration
4040

41-
## Development ='
41+
## Development ??
4242

4343
Start the development server:
4444

@@ -50,7 +50,7 @@ bun run dev
5050

5151
Your 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

6767
Update 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
7676
npm run test:e2e
7777
```
7878

79-
## Building for Production
79+
## Building for Production ???
8080

8181
```bash
8282
npm run build
8383
```
8484

85-
## Deployment
85+
## Deployment ??
8686

8787
The 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
9191
vercel
9292
```
9393

94-
## Documentation
94+
## Documentation ??
9595

9696
Additional documentation can be found in the `docs/` directory.
9797

98-
## License
98+
## License ??
9999

100100
This project is licensed under the MIT License - see the LICENSE file for details.
101101

102-
## Contributing >
102+
## Contributing ??
103103

104104
Contributions are welcome! Please feel free to submit a Pull Request.

0 commit comments

Comments
 (0)