Skip to content

cedricdelpoux/cedricdelpoux.fr

Repository files navigation

Demo

Setup

Install dependencies

yarn

Start Development Server

yarn dev

Building and Running for Production

  1. Generate a production build

    yarn build
  2. Preview the site

    yarn serve