Frontend implementation of the Donor Drop app.
This has been written by ZENODE and is licensed under the APACHE 2.0-license (see LICENSE).
See: https://github.com/zenodeapp/donor-drop-backend
npm install
OR
yarn install
Create an .env file in the root. See .env.example for an example.
yarn dev
OR
npm run dev
If you set up the backend with Docker (and used the docker-compose.yml file provided in that repo), you should have an instance of postgres running on a separate network named your_shared_network
. This is needed in order for docker instances to communicate directly with one another. Make sure to check out the files docker-compose.yml and Dockerfile for more information on how to configure this properly.
Once you're ready you could run:
docker-compose build
docker-compose up -d
OR
sh clean-start.sh
yarn build
yarn start
OR
npm run build
npm run start
— ZEN
Copyright (c) 2025 ZENODE