NextJS website https://kuzu.sh
  • TypeScript 86.3%
  • CSS 5.7%
  • Nix 5.6%
  • JavaScript 2.4%
Find a file
2025-12-15 14:00:55 +01:00
app [Web] fix disc rotation direction 2025-12-10 09:53:58 +01:00
fonts [Web] Push kuzu.sh 2023-11-21 16:07:42 +01:00
plugins [Web] Push kuzu.sh 2023-11-21 16:07:42 +01:00
public [Web] Optimize images (50%) 2023-11-22 15:30:50 +01:00
.eslintrc.json [Web] Push kuzu.sh 2023-11-21 16:07:42 +01:00
.gitignore [Web] Push kuzu.sh 2023-11-21 16:07:42 +01:00
.prettierrc [Web] Add & run prettier-plugin-tailwindcss 2023-12-01 11:32:28 +01:00
default.nix update package-lock.json 2025-09-12 15:00:16 +02:00
flake.lock bump flake lock 2025-12-08 09:15:43 +01:00
flake.nix update package-lock.json 2025-09-12 15:00:16 +02:00
next.config.js update package-lock.json 2025-09-12 15:00:16 +02:00
package-lock.json [Web] fix react2shell second time! 2025-12-15 14:00:55 +01:00
package.json [Web] fix react2shell second time! 2025-12-15 14:00:55 +01:00
postcss.config.cjs update package-lock.json 2025-09-12 15:00:16 +02:00
proxy.ts [Web] Migrate next.js to proxy 2025-12-08 09:14:45 +01:00
README.md [Web] Add & run prettier-plugin-tailwindcss 2023-12-01 11:32:28 +01:00
tailwind.config.ts [Web] fix disc rotation direction 2025-12-10 09:53:58 +01:00
tsconfig.json update package lock 2025-12-08 09:11:25 +01:00

kuzu.sh

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

Used vscodium extentions

Install them:

codium --install-extension bradlc.vscode-tailwindcss
codium --install-extension dbaeumer.vscode-eslint
codium --install-extension dsznajder.es7-react-js-snippets
codium --install-extension esbenp.prettier-vscode
codium --install-extension jnoortheen.nix-ide
codium --install-extension ms-vscode.vscode-typescript-next

Getting Started

First, run the development server:

npm run dev

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

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!