Vibly homepage, built with Vite + React + Tailwind CSS.
- Home:
/ - Donate:
/donate/
Install dependencies:
pnpm installStart development server:
pnpm devBuild production assets:
pnpm buildThen open (default dev server):
- Home:
http://localhost:5173/ - Donate:
http://localhost:5173/donate/
/donate/ is served as a static page from public/donate/.
src/: React homepage sourcesrc/App.jsx: homepage UI (join command preview, i18n, theme switch)src/main.jsx: app entrysrc/index.css: Tailwind entry styles
public/: static assets and static pagespublic/assets/: icons/imagespublic/donate/: donate pagepublic/site.config.js: site configuration for static pagespublic/main.jsandpublic/styles.css: donate page runtime/styles
pnpm dev: run local dev serverpnpm build: build production bundlepnpm preview: preview production build
The React homepage content (i18n copy, links, runtimes) lives in src/App.jsx.
The donate page (/donate/) reads public/site.config.js. Relevant keys:
donate.titledonate.subtitledonate.addressdonate.explorerdonate.qrdonate.copy