Skip to content

lilregie/scanning-app

Repository files navigation

Getting started

This project uses Yarn so to install dependencies run yarn in the project root.

Developing

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

Building

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.