Skip to content

Commit 73f7ff2

Browse files
committed
update README
1 parent c9b452b commit 73f7ff2

4 files changed

Lines changed: 44 additions & 12 deletions

File tree

README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,23 @@ See more documentation at <https://document.saasfly.io>
4141
<tr>
4242
<td>
4343
<a href="https://go.clerk.com/uKDp7Au">
44-
<picture>
45-
<img style="width: 50px;" alt="Clerk" src="/clerk.png">
46-
</picture>
44+
<div style="width: 64px;">
45+
<img alt="Clerk" src="/clerk.png">
46+
</div>
4747
</a>
4848
</td>
4949
<td>
5050
<a href="https://www.twillot.com/">
51-
<picture>
52-
<img style="width: 50px;" alt="Take Control of All Your Twitter Assets" src="/twillot.png">
53-
</picture>
51+
<div style="width: 64px;">
52+
<img alt="Take Control of All Your Twitter Assets" src="/twillot.png">
53+
</div>
5454
</a>
5555
</td>
5656
<td>
5757
<a href="https://www.setupyourpay.com/" title="如何注册美国公司进行收款">
58-
<picture>
59-
<img style="width: 50px;" alt="全球收款手册" src="/setupyourpay.png">
60-
</picture>
58+
<div style="width: 64px;">
59+
<img alt="全球收款手册" src="/setupyourpay.png">
60+
</div>
6161
</a>
6262
</td>
6363
</tr>
@@ -140,6 +140,12 @@ bun run dev:web
140140

141141
4. (Optional alpha)`bun run tailwind-config-viewer` Open [http://localhost:3333](http://localhost:3333) in your browser to see your Tailwind CSS configuration
142142

143+
### Other Notes
144+
145+
We are using Clerk as the default authentication provider after 1st June 2025.
146+
147+
You can find the NextAuth implementation here ( https://github.com/saasfly/saasfly/tree/feature-nextauth ) .
148+
143149

144150
## 🥺 Project Roadmap
145151

README_de.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,16 @@ bun db:push
102102
bun run dev:web
103103
```
104104

105-
5. Öffnen Sie [http://localhost:3000](http://localhost:3000) in Ihrem Browser, um das Ergebnis zu sehen.
105+
3. Öffnen Sie [http://localhost:3000](http://localhost:3000) in Ihrem Browser, um das Ergebnis zu sehen.
106+
107+
4. (Optional Alpha) `bun run tailwind-config-viewer`
108+
Öffnen Sie [http://localhost:3333](http://localhost:3333) im Browser, um Ihre Tailwind CSS Konfiguration anzuzeigen.
109+
110+
### Weitere Hinweise
111+
112+
Nach dem 1. Juni 2025 verwenden wir Clerk als standardmäßigen Authentifizierungsanbieter.
113+
114+
Hier finden Sie die NextAuth Implementierung ( https://github.com/saasfly/saasfly/tree/feature-nextauth ).
106115

107116
## 🥺 Projekt-Roadmap
108117

README_vi.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,16 @@ bun db:push
100100
bun run dev:web
101101
```
102102

103-
5. Mở [http://localhost:3000](http://localhost:3000) trong trình duyệt để xem kết quả.
103+
3. Mở [http://localhost:3000](http://localhost:3000) trong trình duyệt để xem kết quả.
104+
105+
4. (Tùy chọn bản alpha) `bun run tailwind-config-viewer`
106+
Mở [http://localhost:3333](http://localhost:3333) trong trình duyệt của bạn để xem cấu hình Tailwind CSS.
107+
108+
### Các ghi chú khác
109+
110+
Chúng tôi sẽ sử dụng Clerk như nhà cung cấp xác thực mặc định kể từ ngày 1 tháng 6 năm 2025.
111+
112+
Bạn có thể tìm thấy mã triển khai NextAuth ở đây ( https://github.com/saasfly/saasfly/tree/feature-nextauth ).
104113

105114
## 🥺 Lộ trình dự án
106115

README_zh.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,15 @@ bun db:push
129129
bun run dev:web
130130
```
131131

132-
5. 在浏览器中打开[http://localhost:3000](http://localhost:3000)查看结果。
132+
3. 在浏览器中打开[http://localhost:3000](http://localhost:3000)查看结果。
133+
134+
4. (可选的 Alpha 功能)`bun run tailwind-config-viewer` 在你的浏览器中打开 [http://localhost:3333](http://localhost:3333) 查看你的 Tailwind CSS 配置。
135+
136+
### 其他说明
137+
138+
在 2025 年 6 月 1 日之后,我们将使用 Clerk 作为默认的身份验证提供商。
139+
140+
你可以在这里找到 NextAuth 的实现方案 ( https://github.com/saasfly/saasfly/tree/feature-nextauth )。
133141

134142
## 🥺 项目路线图
135143

0 commit comments

Comments
 (0)