bs1180 / javascript

Official Javascript repository for Clerk

Home Page:https://clerk.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Official Clerk JavaScript SDKs

This repository contains all the Clerk JavaScript SDKs under the @clerk/ namespace. Visit https://clerk.dev to signup for an account.

chat on Discord documentation twitter


Clerk is Hiring!

Would you like to work on Open Source software and help maintain this repository? Apply today https://apply.workable.com/clerk-dev/.


Documentation and Usage

For how to get started with Clerk, you can refer to the official documentation page.

For JavaScript environments/platforms that Clerk supports, there should be a specific package corresponding to the respective technology.

npm install @clerk/clerk-sdk-node
# or
yarn add @clerk/clerk-sdk-node

Packages

For package specific details on installation, architecture and usage usage, you can refer to the package's README file.

Additionally there are packages which act as shared utilities or building blocks.

Setup

  • Clone the repository.
  • npm install.
  • npm run build.

* See the docs folder for additional repository documentation.

About

Official Javascript repository for Clerk

https://clerk.dev

License:MIT License


Languages

Language:TypeScript 92.4%Language:SCSS 5.1%Language:JavaScript 2.2%Language:CSS 0.2%Language:Shell 0.1%Language:Dockerfile 0.1%