Installation & Set Up Install project dependencies yarn install or npm install Start the development server yarn dev or npm run dev Build for production yarn build or npm run build Run production mode yarn start or npm start