Skip to content

zeffo/zeffo.me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.