Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 354 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 354 Bytes

zeffo.me

Developing

Install dependencies with yarn and start a development server:

yarn run dev

# or start the server and open the app in a new browser tab
yarn run dev -- --open

Building

To create a production version of the site:

yarn run build

You can preview the production build with yarn run preview.