Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 486 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 486 Bytes

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.