Go to file
Ivan Dimitrov 9dcca1e3dc Squashed commit of the following:
commit d8926d88656f6eb1d7d69272e39875e383f91b14
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sat Nov 11 16:20:17 2023 +0200

    maybe prod?

commit 4a8854e7218f4b179310daadf9b95f6833686fdb
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sat Nov 11 15:30:31 2023 +0200

    better markdown

commit c36d0308d2a9766174fde8432866e572a4b82d5e
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sat Nov 11 14:50:00 2023 +0200

    cases list styles

commit 905d7edaccf2c2fd447f5cae35ef7bd88d86a2b1
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sat Nov 11 14:46:35 2023 +0200

    contact page

commit d09bd61eba53c403522d046a48ee6b66f62f9ffb
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sat Nov 11 14:02:47 2023 +0200

    more refactor and contact page

commit d6257bb9ca35549031c9953fced97bdd53d10454
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sat Nov 11 13:56:47 2023 +0200

    refactor

commit 7d2a6ad6002a1e3d7b2ed83822caaffa49d3f37d
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sat Nov 11 13:51:10 2023 +0200

    working pages

commit 6fa36883854c2e702a0c8b9fa6c9e397e4981575
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sat Nov 11 11:51:15 2023 +0200

    style fixes

commit 478412187792104b6c29e33def1cca0ef38ee2bf
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sat Nov 11 08:42:50 2023 +0200

    making markdown workd a little bit

commit ba24b023fdbc32a2eaab15e29e10a031162287b4
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Fri Nov 10 20:01:59 2023 +0200

    content logic
2023-11-11 16:21:23 +02:00
_content/cases Squashed commit of the following: 2023-11-11 16:21:23 +02:00
public/c/cases/stepsy.wiki.md Squashed commit of the following: 2023-11-11 16:21:23 +02:00
src/app Squashed commit of the following: 2023-11-11 16:21:23 +02:00
.eslintrc.json initial 2023-10-27 18:12:20 +03:00
.gitignore homepage 2023-11-07 17:27:31 +02:00
.prettierrc cleanup 2023-10-27 18:25:01 +03:00
bun.lockb Squashed commit of the following: 2023-11-11 16:21:23 +02:00
flake.lock updates 2023-11-10 17:24:33 +02:00
flake.nix Squashed commit of the following: 2023-11-11 16:21:23 +02:00
next.config.js initial 2023-10-27 18:12:20 +03:00
package.json Squashed commit of the following: 2023-11-11 16:21:23 +02:00
postcss.config.js initial 2023-10-27 18:12:20 +03:00
README.md initial 2023-10-27 18:12:20 +03:00
tailwind.config.ts Squashed commit of the following: 2023-11-11 16:21:23 +02:00
tsconfig.json some refactoring 2023-11-10 18:05:42 +02:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.