Go to file
2023-12-20 13:37:14 +02:00
_content/cases format stuff again 2023-11-20 20:29:43 +02:00
.github/workflows setup pages for nextjs 2023-11-19 11:15:30 +02:00
public Squashed commit of the following: 2023-12-17 11:35:42 +02:00
src make gitter icon glow 2023-12-20 07:52:18 +02:00
.eslintrc.json initial 2023-10-27 18:12:20 +03:00
.gitignore homepage 2023-11-07 17:27:31 +02:00
.prettierrc prettierrc 2023-11-20 20:29:00 +02:00
bun.lockb update 2023-12-20 13:37:14 +02:00
favicon.zip favicon 2023-11-16 16:14:41 +02:00
flake.lock update 2023-12-20 13:37:14 +02:00
flake.nix update 2023-12-20 13:37:14 +02:00
LICENSE license file 2023-11-17 14:30:18 +02:00
new.ts format stuff again 2023-11-20 20:29:43 +02:00
next.config.js Squashed commit of the following: 2023-12-17 11:35:42 +02:00
package-lock.json update 2023-12-20 13:37:14 +02:00
package.json prettierrc 2023-11-20 20:29:00 +02:00
postcss.config.js initial 2023-10-27 18:12:20 +03:00
README.md Squashed commit of the following: 2023-12-17 11:35:42 +02:00
tailwind.config.ts some styles 2023-11-17 08:01:36 +02:00
tsconfig.json move utils out of app 2023-11-19 08:18:30 +02:00

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

DNS: idimitrov.dev

I2P: s7zr3m6jvhiu6feourmgccxvxbrlnfbugxcn2m45ms44t24q2zgq.b32.i2p

TOR: http://sxfx23zafag4lixkb4s6zwih7ga5jnzfgtgykcerd354bvb6u7alnkid.onion

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.