hhvrc / ZapMe-Frontend

Open Source frontend of the ZapMe application

Home Page:https://zapme.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZapMe

ZapMe is an open-source frontend application for the ZapMe project.

Building

Prerequisites

  • Node.js (16.14.2 or higher)
  • npm (v8.11.0 or higher)
  • java (v11.0.16.1 or higher)

Environment variables

To configure the application, create a .env.local file in the root directory of the project and define the following environment variables:

Variable Description
PUBLIC_SENTRY_DSN The DSN for the Sentry service.
PUBLIC_TURNSTILE_SITE_KEY The site key for the Turnstile service.

Building

npm i

npm run build

About

Open Source frontend of the ZapMe application

https://zapme.app

License:GNU General Public License v3.0


Languages

Language:TypeScript 79.4%Language:Svelte 19.0%Language:HTML 1.0%Language:CSS 0.3%Language:JavaScript 0.3%