Public marketing site for Unscode—software development. Built with the Next.js App Router, TypeScript, and Tailwind CSS. The UI is oriented toward Portuguese (lang="pt-br").
- Node.js (LTS recommended)
- npm (ships with Node)
| Command | Description |
|---|---|
npm run dev |
Dev server at localhost:3000 |
npm run build |
Production build |
npm run start |
Serve production build |
npm run lint |
ESLint (Next.js config) |
src/app/— App Router:layout.tsx,page.tsx,globals.css, route assetssrc/app/components/— Shared UI (e.g.components/icons/for SVG icons)- Path alias —
@/*maps to./src/*(seetsconfig.json)
Typography uses next/font with Inter.
npm install
npm run devOpen http://localhost:3000. Edit src/app/page.tsx (and related components) to change the landing page; the dev server hot-reloads.
This is a standard Next.js app and can be deployed on Vercel or any host that supports Node.js builds. See the Next.js deployment docs for details.