make venv
source .venv/bin/activate
NOTE:
source .venv/bin/activate
can't go in the makefile because source is a shell built-in command, not an executable that you can start from anywhere but a shell see https://superuser.com/questions/1758394/makefile-with-source-command-not-working
brew install openapi-generator
brew install node
make install
make storybook
make run
make test
make clean