Highlight Animated Charts
Getting Started
Instructions on how to set up the local development. This app is built on python 3.7.
# Clone the repo
git clone git@github.com:shinminjeong/chartgif.git
# Go to the project directory
cd chartgif
# Install packages
pip install -r requirements.txt
# Run webapp
./run.sh
and access the frontend at http://localhost:8000/
Documentation
Please read the project discussion page.