/ZapMe-Frontend

Open Source frontend of the ZapMe application

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

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