Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 554 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 554 Bytes

0-4d

Things through space and time

0-6d_o

Development

npm run dev      # run dev server
npm run build    # build for production
npm run preview  # preview prod build

npm run fix      # run eslint + prettier + tsc
npm run eslint   # run eslint --fix
npm run prettier # run prettier
npm run tsc      # run tsc --noEmit