Skip to content

sonikbro/sonikbro.dev

Repository files navigation

Stand With Ukraine

A statically generated blog using Next.js, Markdown, and TypeScript

Getting Started

Requirements

To find your current node version:

node --version

Step one

npm install

Step two

Run the development server:

npm run dev
# or
yarn dev

Step three

Open http://localhost:3000 with your browser to see the result.

FIXME

  • fix styles;
  • add blurDataURL images;