- upload csv file
 - identify columns
 - suggest widgets
 - custom types
 - public types
 - export widgets as ipynb
 - export widgets as excel
 
After cloning the repository, navigate to the frontend directory and run npm install to install frontend dependencies and set up the pre-commit hooks:
cd frontend
npm install