Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 363 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 363 Bytes

Setup

yarn install

Development Server

Start the development server

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview

Check out the deployment documentation for more information.