Skip to content

igor-starostenko/igorstar

Repository files navigation

igorstar.com

styled with prettier

You can access it online at www.igorstar.com.

Personal blog. Feel free to use it as a template.


Features

Do you have suggestions or feedback? Open an issue!

Lighthouse scores

Lighthouse Score

Usage

# Clone repo
git clone https://github.com/igor-starostenko/igorstar.git
cd igorstar
yarn install

# To develop
yarn dev

# To build
yarn build

# To test SSR (for Lighthouse etc.)
yarn start

# To test code style
yarn lint

# To format JS (precommit)
yarn format

# To generate favicons (included in `build`)
yarn build:favicons

# To generate sitemap (included in `build`)
yarn build:sitemap

# To backup contentful content by content type
yarn contentful:backup

# To export all data from contentful
yarn contentful:export

Author