Skip to content

jorgeberrizbeitia/patas-arriba-client

Repository files navigation

Funcación Patas Arriba WebApp - Client

Introduction

A web app to efficiently manage and coordinate volunteer participation in the foundation's events. This repository contains the client-side PWA. There is a separate project for the server-side API.

https://www.fundacionpatasarriba.com/

Environment Variables

This project follows a standard way of working with .env files for different environments:

  • .env.local: Used for local development.
  • .env.production: Used for production environment.

For more details on this convention, you can refer to the dotenv documentation.

Setting Up Environment Variables for development

  1. Copy the .env.local.example file to .env.local.

  2. Add the following environment variables to your .env.local file:

    VITE_SERVER_URL= # server URL, ej: http://localhost:5005
    VITE_VAPID_PUSH_PUBLIC_KEY= # The VAPID public key. Obtain this key from the server-side project.

Notes:

This project was created using a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages