Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 272 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 272 Bytes

Yann Guineau - Portfolio

Project Setup

yarn install

Compile and Hot-Reload for Development

yarn dev

Type-Check, Compile and Minify for Production

yarn build

Lint with ESLint

yarn lint