Skip to content

jakobkordez/jkob.cc

Repository files navigation

Getting Started

If you don't have yarn installed, you can install it with npm:

npm install -g yarn

Run the development server:

yarn dev

Formatting

To format all files:

yarn format

Linting

Run ESLint to check for errors and warnings:

yarn lint