Skip to content

ricardoboss/ricardoboss.github.io

Repository files navigation

ricardoboss.github.io

Ricardo Boss' Homepage

Built using Nuxt.

Development Setup

Install dependencies:

yarn

Development Server

Start the development server on http://localhost:3000:

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview

Check out the deployment documentation for more information.