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

Latest commit

 

History

History
23 lines (18 loc) · 934 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 934 Bytes

Waterdrop 💧

Waterdrop is a celebration of the good actors in the blockchain space. Check out the gallery here

Gallery

Water Droplets Water Droplets Water Droplets Water Droplets

Running it

  1. (install python & node.js locally)

  2. git clone https://github.com/ProphetFund/waterdrop.git

  3. create virtual environment: python -m venv venv Comment: isn't this python -m venv .venv?

  4. activate python environment & install all dependencies: source venv/bin/activate && pip install -r requirements.txt

  5. change directory to app cd app

  6. install npm dependencies npm install

  7. run app: python app.py or npm run run or gunicorn app:app (all work lol)

  8. navigate to http://127.0.0.1:5000/