Skip to content

GDG-Biet/gdg-biet-website-v2

Repository files navigation

GDGC-Biet-Website

The official website for the Google Developer Group is on campus at BIET, Lucknow.

This is a Next.js project bootstrapped using Tailwind and TypeScript.

Technologies Used:

  • Add information about the tech stack:
    • Frontend: Next.js, Tailwind CSS, TypeScript
    • Backend: Not explicitly mentioned (assumed to be serverless or integrated with Next.js)
    • Tools: ESLint for linting, Turbopack for development

Getting Started:

  • Include steps to run the development server using different package managers (npm, yarn, pnpm, bun):
    npm install
    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev

Configuration Details:

  • Add information about the Next.js configuration (next.config.ts):
    • Remote image patterns allowed from res.cloudinary.com.

Component Structure:

  • Mention the component aliases defined in components.json:
    • components: "@/components"
    • utils: "@/lib/utils"
    • ui: "@/components/ui"
    • examples: "@/components/examples"
    • blocks: "@/components/blocks"

Dependencies:

  • List the main dependencies and devDependencies from package.json.

Configuration Details

The Next.js configuration (next.config.ts) allows remote image patterns from res.cloudinary.com.

Component Structure

The following component aliases are defined in components.json:

  • components: "@/components"
  • utils: "@/lib/utils"
  • ui: "@/components/ui"
  • examples: "@/components/examples"
  • blocks: "@/components/blocks"

Dependencies

  • Main dependencies include:

    • @emotion/react
    • @emotion/styled
    • @hookform/resolvers
    • @mui/material
    • @radix-ui/react-label
    • @radix-ui/react-slot
    • @tabler/icons-react
    • class-variance-authority
    • clsx
    • embla-carousel-autoplay
    • embla-carousel-react
    • framer-motion
    • lottie-react
    • lucide-react
    • next
    • react
    • react-dom
    • react-hook-form
    • react-icons
    • react-responsive-carousel
    • react-slick
    • slick-carousel
    • swiper
    • tailwind-merge
    • tailwindcss-animate
    • zod
  • Dev dependencies include:

    • @types/node
    • @types/react
    • @types/react-dom
    • eslint
    • eslint-config-next
    • postcss
    • tailwindcss
    • typescript

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •