This repository contains the frontend code for holopass
. The stack:
.env.local
file by copying .env.example
. Ask @DaniruKun for the values.pnpm
and install dependencies with pnpm install
pnpm dev
and log in using DiscordAt the moment, the app always uses the production Supabase instance, and the prod Discord app for Oauth.
To create a production version of your app:
pnpm run build
You can preview the production build with pnpm run preview
.
To deploy your app, you may need to install an adapter for your target environment.