TUK-D-ADS Web is a modern web platform developed to provide dynamic advertising solutions. Built with cutting-edge technologies, this platform offers a seamless and responsive user experience for managing and displaying digital advertisements.
- Responsive design for all devices
- Fast loading with Next.js optimizations
- Type-safe development with TypeScript
- Modern UI with TailwindCSS
- Consistent code quality with Biome
- Node.js 18+
- npm, yarn, pnpm, or bun
# Clone the repository
git clone https://github.com/yourusername/tuk-d-ads-web.git
cd tuk-d-ads-web
# Install dependencies
npm install
# or
yarn
# or
pnpm install
# or
bun installRun the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
npm run dev- Start development servernpm run build- Build for productionnpm run start- Start production servernpm run format- Format code with Biomenpm run lint- Lint code with Biomenpm run check- Check and fix code with Biome
tuk-d-ads-web/
├── app/ # Next.js application
├── public/ # Static assets
├── components/ # React components
├── styles/ # CSS and styling files
├── lib/ # Utility functions and shared logic
└── ...
This project is licensed under the MIT License - see the LICENSE file for details.