Make sure to install the dependencies:
yarn
Start the development server on http://localhost:9000
http://localhost:9000
yarn run dev
Build the application for production:
yarn run build
Locally preview production build:
yarn run preview