Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 265 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 265 Bytes

NPM scripts

  • To run the project in development use npm run dev
  • To build the project and export it as static webpage use npm run build & npm run export
  • To fix linting warnings use npm run lint:fix
  • To analyse bundle size use npm run analyze:browser