/julianburr.de

Personal website built with Gatsby

Primary LanguageTypeScript

julianburr.de

Personal website built with GatsbyJS

Getting started

# Start dev server
yarn
yarn start

# Prod build
yarn build

# Serve prod build
yarn serve

# Run eslint & prettier
yarn format
yarn lint
yarn lint:staged