Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 388 Bytes

local_dev.md

File metadata and controls

8 lines (8 loc) · 388 Bytes

build

  • npm install -g @airtable/blocks-cli
  • run backend (builds causal-common)
  • run cd causal-ui && yarn start
  • run frontend (airtable connects to local frontend)
  • use Chrome! (Safari might have some localhost https issue)
  • run cd airtable-block && yarn start
  • note that you might have to save a file in airtable-block after updating something in causal-ui / causal-common