watsonindustries / holopass

Connect with other hololive fans!
https://holo-pass.com
GNU General Public License v3.0
5 stars 2 forks source link
hololive sveltekit

About

This repository contains the frontend code for holopass. The stack:

Developing

  1. Populate your .env.local file by copying .env.example. Ask @DaniruKun for the values.
  2. Install pnpm and install dependencies with pnpm install
  3. Start the dev server with pnpm dev and log in using Discord

At the moment, the app always uses the production Supabase instance, and the prod Discord app for Oauth.

Building

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.