/karminski.dev

A personal website and a space for public notes.

Primary LanguageVue

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.