Rutilusmeta / particle-web-auth-core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Particle Auth Core

Quick start

You can scaffold a new Particle Auth Core app with one of the following commands, using your package manager of choice:

npm init @particle-network/auth-core-modal@latest
# or
pnpm create @particle-network/auth-core-modal@latest
# or
yarn create @particle-network/auth-core-modal

Examples

To run an example locally, install dependencies.

yarn install

yarn dev:demo

Learn More

About

License:Apache License 2.0


Languages

Language:TypeScript 99.7%Language:SCSS 0.2%Language:JavaScript 0.1%Language:CSS 0.0%Language:HTML 0.0%