Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 382 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 382 Bytes

linshare-ui-admin

Project setup

yarn

Compiles and hot-reloads for development

yarn run dev

# Development with a custom backend API base url

BACKEND_API_URL='https://example.linshare.org' yarn run dev

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

# Fix lint errors

yarn run lint:fix