NextJS website
https://kuzu.sh
- TypeScript 86.3%
- CSS 5.7%
- Nix 5.6%
- JavaScript 2.4%
| app | ||
| fonts | ||
| plugins | ||
| public | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierrc | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.cjs | ||
| proxy.ts | ||
| README.md | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
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:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!