You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# init
pnpm install
# create a page
pnpm run create-page --name 'page_name' --route 'page_route'# eslint files
pnpm run lint
# format files
pnpm run format