| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Personal portfolio website for Adrián Montes Linares.
Live: adrianmonteslinares.com
npm ci
npm run dev
npm run check
npm run build
npm run previewOpen http://localhost:3000 for development. Static preview serves ./out at http://localhost:4173 after npm run build.
src/
├── app/ # Next.js App Router routes
├── components/ # UI and common shell components
├── features/ # Domain features
├── i18n/ # next-intl config, routing helpers, messages
├── lib/ # Utilities, constants, SEO helpers
└── content/ # Static content data
See AGENTS.md for detailed architecture documentation.
npm run dev # Development server
npm run lint # ESLint
npm run typecheck # TypeScript strict check
npm run check-translations # i18n coverage sanity check
npm run check # lint + typecheck + translations
npm run build # Static export to ./out
npm run preview # Serve ./out locally
npm run ship "message" # Check, build, commit, and push current branchnpm run ship refuses to commit directly to main; use a feature branch and open a pull request.
GitHub Pages deploys automatically from main using .github/workflows/deploy.yml.
Pull requests run .github/workflows/ci.yml, which installs dependencies, runs checks, and builds the static export without deploying.
| Back | FazBrowse Home | New Git URL |