Interactive proposal for the Bienal Art Event
Steps:
clone this repo
conda create -n artproject_env python=3.10 -y
conda activate artproject_env
On root project directory.
pip install -r min_reqs.txt
Run server
./runserver.sh
On client project directory.
npm install
Run client
npm run start