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
Create a .env
file like .env.sample
in ./packages/auth-core-demo/
and replace xxx
with your own Particle project configuration regist
57E9
ered on the Dashboard.
To run an example locally, install dependencies.
yarn install
yarn dev:demo