⌛
Quickstart
Launch a working 0xPass project within 2 minutes
npx create-0xpass-app@latest
This command will walk you through prompts of setting up a project, and then will scaffold a new Next.js project with 0xPass configured, and dependencies installed.
Go to project directory.
cd react-0xpass-base
In the project directory, run the following commands:
yarn
npm
yarn install
npm install --force

yarn
npm
yarn start
npm start
Last modified 1mo ago