This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Training Website Template | |
A Next.js 14 (App Router) training/fitness website template built with TypeScript, React 18, and Tailwind CSS. The site is a single-page application with section-based navigation for a training business ("From Dreams 2 Reality Training"). | |
## Development Commands | |
```bash | |
# Start development server (default: http://localhost:3000) | |
npm run dev | |
# or |