From a09856d8716fe168558d9409bc7b031b68b7e4d0 Mon Sep 17 00:00:00 2001 From: Alexis Aguilar <98043211+alexisintech@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:40:15 -0500 Subject: [PATCH] Update README.md --- README.md | 101 +++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 78 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index c62b7f3..30016c8 100644 --- a/README.md +++ b/README.md @@ -1,42 +1,97 @@

- + - - + + Clerk Logo for light background

+
+

+ Clerk JavaScript Quickstart +

+ + Downloads + + + Discord + + + Twitter + +
+
+ Clerk Hero Image +
+ +## Introduction + +Clerk is a developer-first authentication and user management solution. ClerkJS is our foundational JavaScript library for building user management and authentication. It enables you to register, sign in, verify, and manage users for your application using highly customizable flows. + +After following the [ClerkJS quickstart](https://clerk.com/docs/quickstarts/javascript), you will have learned how to: + +- Add the ClerkJS SDK to your JavaScript application +- Use Clerk components to allow users to sign in or out + +### Branches of this repository + +To add the [ClerkJS SDK](/docs/references/javascript/overview) to your JavaScript application, you have two options: + +1. Install the package using a package manager, like `npm`, `yarn`, or `pnpm`. +2. Use the `