Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 260 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 260 Bytes

lib-admin

A frontend to manage library(maybe)

Project Setup

yarn

Compile and Hot-Reload for Development

yarn dev

Type-Check, Compile and Minify for Production

yarn build

Format code

yarn format