This is a Next.js project bootstrapped with
create-next-app.
First, install the project:
npm installinstantiate sqlite database and migrate with prisma
npx prisma migrate devFirst, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.
build the project first
npm run build
npm startin the project root there is a .bat file edit with the folder path and it can be placed as a shortcut it will open your browser on the correct port.
generate the json to serve :
npx shadcn-differ@latest > multi2FA.jsondownload and install a boiler plate :
npx shadcn add "url to the raw json to install"