Skip to content

Commit f439217

Browse files
sshadererquhart
authored andcommitted
Update README
1 parent a8d60da commit f439217

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Welcome to your Convex + React (Vite) app
1+
# Welcome to your Convex + React (Vite) + Convex Auth app
22

33
This is a [Convex](https://convex.dev/) project created with [`npm create convex`](https://www.npmjs.com/package/create-convex).
44

@@ -7,7 +7,8 @@ After the initial setup (<2 minutes) you'll have a working full-stack app using:
77
- Convex as your backend (database, server logic)
88
- [React](https://react.dev/) as your frontend (web page interactivity)
99
- [Vite](https://vitest.dev/) for optimized web hosting
10-
- [Tailwind](https://tailwindcss.com/) for building great looking accessible UI
10+
- [Tailwind](https://tailwindcss.com/) for building great looking UI
11+
- [Convex Auth](https://labs.convex.dev/auth) for authentication
1112

1213
## Get started
1314

@@ -21,9 +22,13 @@ npm run dev
2122
If you're reading this README on GitHub and want to use this template, run:
2223

2324
```
24-
npm create convex@latest -- -t react-vite
25+
npm create convex@latest -- -t react-vite-convexauth
2526
```
2627

28+
For more information on how to configure Convex Auth, check out the [Convex Auth docs](https://labs.convex.dev/auth/).
29+
30+
For more examples of different Convex Auth flows, check out this [example repo](https://www.convex.dev/templates/convex-auth).
31+
2732
## Learn more
2833

2934
To learn more about developing your project with Convex, check out:

0 commit comments

Comments
 (0)