Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 989 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 989 Bytes

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