Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 408 Bytes

setup.md

File metadata and controls

38 lines (25 loc) · 408 Bytes

Project setup

Requirements

  • Node 18+
  • Yarn 1.22+

Install dependencies

You'd need to install dependencies with

yarn install

Compiles and serve for development

yarn start

Compiles and serve for development with app accessible over network

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint