Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 320 Bytes

File metadata and controls

21 lines (15 loc) · 320 Bytes

React by Example

Requirements

Running

# setup
pnpm i

# watch everything
# ignore errors, wait until ready message
# laptop might take off
pnpm start

# or just the gatsby site
pnpm run build-requirements && pnpm run start-gatsby