Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 487 Bytes

ReadMe.md

File metadata and controls

38 lines (25 loc) · 487 Bytes

How to run locally

Prerequisites

Docker

Python

Instructions

Step1

git clone https://github.com/datakind/united-way-211-forecast-app.git
cd "united-way-211-forecast-app"

Step 1a (FOR MAC m1)

export DOCKER_DEFAULT_PLATFORM=linux/arm64/v8
NOTE - IF YOU DON'T RUN THIS COMMAND THE WEBSOCKET WILL NOT WORK ON MAC M1

Step 2

docker build . -t uwwapp
docker run -p 5000:5000 -t uwwapp

Step 3

Go your browser and type:

http://localhost:5000