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
To run an example locally, install dependencies.
yarn install
yarn dev:demo