Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 880 Bytes

File metadata and controls

28 lines (19 loc) · 880 Bytes

ANA3D - Sandbox

This is a official repository of ANA3D ( Advance Nucleic Acids 3D ) Sandbox.

yarn scripts

Build and dev scripts

  • dev – start dev server
  • build – bundle application for production
  • export – exports static website to out folder
  • analyze – analyzes application bundle with @next/bundle-analyzer

Testing scripts

  • typecheck – checks TypeScript types
  • lint – runs ESLint
  • prettier:check – checks files with Prettier
  • jest – runs jest tests
  • jest:watch – starts jest watch
  • test – runs jest, prettier:check, lint and typecheck scripts

Other scripts

  • storybook – starts storybook dev server
  • storybook:build – build production storybook bundle to storybook-static
  • prettier:write – formats all files with Prettier