yarn
yarn run dev
# Development with a custom backend API base url
BACKEND_API_URL='https://example.linshare.org' yarn run dev
yarn run build
yarn run lint
# Fix lint errors
yarn run lint:fix
yarn
yarn run dev
# Development with a custom backend API base url
BACKEND_API_URL='https://example.linshare.org' yarn run dev
yarn run build
yarn run lint
# Fix lint errors
yarn run lint:fix