Skip to content

NikitaRevenco/blog

Repository files navigation

This is bare bones nextjs project. It includes stuff I use in every single one of my projects.

flowchart LR

A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]
Loading