MayGo / tockler-webpage

Website for Tockler

Home Page:https://tockler.trimatech.dev/

Repository from Github https://github.comMayGo/tockler-webpageRepository from Github https://github.comMayGo/tockler-webpage

Tockler Website

Tockler Website

This is a modern Next.js project bootstrapped with create-next-app, utilizing Next.js 15 with React 19 and TypeScript.

Features

  • πŸš€ Built with Next.js 15 and React 19
  • 🎨 Styled with Chakra UI v3
  • πŸŒ“ Dark/Light mode support with next-themes
  • πŸ“± Responsive design
  • πŸ“Š Analytics with Vercel
  • πŸ—ΊοΈ Automatic sitemap generation
  • πŸ” SEO optimized
  • ⚑ Turbopack for fast development

Getting Started

Prerequisites

  • Node.js (Latest LTS version recommended)
  • pnpm (Package manager)

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/tockler-webpage.git
    cd tockler-webpage
  2. Install dependencies:

    pnpm install

Development

Run the development server with Turbopack:

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Available Scripts

  • pnpm dev - Start the development server with Turbopack
  • pnpm build - Build the application for production
  • pnpm start - Start the production server
  • pnpm lint - Run ESLint for code linting
  • pnpm postbuild - Generate sitemap (runs automatically after build)

Project Structure

The project follows the standard Next.js 13+ App Router structure:

src/
β”œβ”€β”€ app/          # App router pages and layouts
β”œβ”€β”€ components/   # Reusable React components
β”œβ”€β”€ lib/         # Utility functions and configurations
└── styles/      # Global styles and theme configurations

Technologies

  • Framework: Next.js 15.2.0
  • UI Library: React 19
  • Styling: Chakra UI 3.8.1
  • Language: TypeScript
  • Package Manager: pnpm
  • Development Server: Turbopack
  • Code Quality: ESLint, Prettier
  • Analytics: Vercel Analytics

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Website for Tockler

https://tockler.trimatech.dev/


Languages

Language:TypeScript 99.3%Language:JavaScript 0.7%