Go to file
Ivan Dimitrov cda70cce35 Squashed commit of the following:
commit 263ac7d58539235c9c3762d9bee037449f7099e9
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sun Nov 12 14:11:50 2023 +0200

    touches

commit 81f56ab63bd60f27a1d2635673b3834bf31a25da
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sun Nov 12 14:00:41 2023 +0200

    writing technical details for the API

commit fc90f9b2288b4dc955ece07af43a42979398a3e7
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sun Nov 12 13:22:15 2023 +0200

    code blocks with a copy button

commit 9d08417a639cfc5673a2f00cd1fed56b6d640bb0
Author: Ivan Dimitrov <ivan@idimitrov.dev>
Date:   Sat Nov 11 21:53:55 2023 +0200

    content n sheet
2023-11-12 14:12:26 +02:00
_content/cases Squashed commit of the following: 2023-11-12 14:12:26 +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-12 14:12:26 +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-12 14:12:26 +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
new.ts again stuff 2023-11-11 20:30:04 +02:00
next.config.js initial 2023-10-27 18:12:20 +03:00
package.json Squashed commit of the following: 2023-11-12 14:12:26 +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-12 14:12:26 +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.