No description
- TypeScript 74.7%
- CSS 23.9%
- JavaScript 0.8%
- Dockerfile 0.6%
| app | ||
| components | ||
| lib | ||
| public | ||
| .dockerignore | ||
| .gitignore | ||
| AGENTS.md | ||
| CLAUDE.md | ||
| docker-compose.yml | ||
| Dockerfile | ||
| eslint.config.mjs | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| tsconfig.json | ||
Albient Website
Marketing site built with Next.js App Router and Tailwind CSS.
Local development
npm install
npm run dev
Open http://localhost:3000.
Docker Compose
Development (live reload):
docker compose --profile dev up --build
Production:
docker compose --profile prod up --build -d
Both profiles serve the app on http://localhost:3000.