Make sure to install the dependencies:
# yarn
yarn install
Start the development server on http://localhost:3000
yarn run dev
Run Tests
yarn run tests
Coverage
yarn run coverage
Build the application for production:
yarn run build
Locally preview production build:
yarn run preview