Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 640 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 640 Bytes

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;