Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 359 Bytes

File metadata and controls

27 lines (17 loc) · 359 Bytes

pascalmattes.de

This project contains my personal website which can be found here.

Setup

Make sure to install the dependencies

yarn install

Development

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

yarn dev

Production

Build the application for production:

yarn build