Skip to content

zakandrewking/brainshare

Repository files navigation

Brainshare

Features

  • upload csv file
  • identify columns
  • suggest widgets
  • custom types
  • public types
  • export widgets as ipynb
  • export widgets as excel

Development Setup

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