Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 402 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 402 Bytes

Blog

This is unclexo's personal home page. See it live on unclexo.com

Project Setup

yarn

Compile and Hot-Reload for Development

yarn dev

Compile and Minify for Production

yarn build

Run Unit Tests with Vitest

yarn test:unit

Lint with ESLint

yarn lint