Modern React frontend SPA built with Next.js 15 and Tailwind CSS. Browse trending repositories on GitHub with filtering by programming language and time period.
- Node.js 20.0.0 or higher
- npm
# Create local config
make init
# Install dependencies
make install
# Prepare runtime dirs
make setupOr in one step:
make projectEnvironment variables are configured in .env (copy from .env.example via make init).
You can override:
- NEXT_PUBLIC_BACKEND_URL — Backend API URL (default: http://localhost:8080)
make devThen visit http://localhost:3000 in your browser.
# Quality assurance (lint)
make qa
# Run ESLint check
make lint
# Build for production
make build
# Start production server
make start
# Clean cache and dependencies
make cleanMIT

