This project uses Yarn so to install dependencies run yarn
in the project
root.
Once you’ve installed dependencies, start a development server:
yarn dev
# or start the server and open the app in a new browser tab
yarn dev -- --open
yarn build
You can preview the built app with
npm run preview
, regardless of whether you installed an adapter. This should not be used to serve your app in production.