Giter Site home page Giter Site logo

greguintow / javascript Goto Github PK

View Code? Open in Web Editor NEW

This project forked from clerk/javascript

0.0 0.0 0.0 143.69 MB

Official Javascript repository for Clerk authentication

Home Page: https://clerk.dev

License: MIT License

Shell 0.10% JavaScript 1.04% TypeScript 98.40% CSS 0.34% Cap'n Proto 0.02% HTML 0.08% EJS 0.02%

javascript's Introduction


Official Clerk JavaScript SDKs

This repository contains all the Clerk JavaScript SDKs under the @clerk/ namespace. Visit https://clerk.com 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!.


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.

Cleanup

To clean existing builds and installed dependencies of the monorepo and setup again, run npm run nuke.

How to add a new localization key

  • Add the key types to the types package.
  • Add the corresponding localization values for every supported language in the localizations package
  • Replace the plain string (if there is one) with the localization value like so:
    <Text>Role</Text>
    becomes
    <Text localizationKey={localizationKeys('formFieldLabel__role')} />

javascript's People

Contributors

agis avatar alex-ntousias avatar anagstef avatar burkov avatar chanioxaris avatar colinclerk avatar darlantc avatar deriegle avatar desiprisg avatar devchampian avatar dimkl avatar dvargas92495 avatar ehesp avatar elitan avatar gkats avatar igneel64 avatar jtparrett avatar mikestopcontinues avatar msakbar avatar nicksrandall avatar nikosdouvlis avatar nitroin avatar npetridis avatar panteliselef avatar phibr0 avatar raptisj avatar selimjouan avatar sokratisvidros avatar waldothedeveloper avatar yourtallness avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.