Skip to content

alfaz-studio/sonacove

Repository files navigation

Quick Guide

Dependencies:

git clone https://github.com/alfaz-studio/sonacove.git
cd sonacove

bun install
bun run dev

Troubleshooting

Page doesn't load / blank dashboard / hydration errors

Clear the Vite cache and restart:

rm -rf node_modules/.vite && bun run dev

Adding Env Variables

  1. Add them to astro env schema
  2. Update example.env file
  3. Update .env file
  4. Use them in source code like:
import { PUBLIC_CF_ENV } from "astro:env/client"; // client-side only

Note: Only PUBLIC_* environment variables are needed. All API requests are proxied to the Elysia server in sona-config, so server-side secrets are no longer required in this repo.

Make sure to update for both preview and production.

About

Fast, Secure and Customizable online meetings!

Topics

Resources

Stars

Watchers

Forks

Contributors