Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 664 Bytes

File metadata and controls

45 lines (32 loc) · 664 Bytes

Ankh Studio Website

This is the official website for Ankh Studio, built with Next.js, TypeScript, Tailwind CSS, and Framer Motion.

Features

  • Responsive design
  • Smooth animations with Framer Motion
  • Accessible UI components
  • Modern tech stack

Getting Started

First, install the dependencies:

npm install
# or
yarn install

Then, run the development server:

npm run dev
# or
yarn dev

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

Build for Production

npm run build
# or
yarn build

Technologies Used

  • Next.js 14+
  • TypeScript
  • Tailwind CSS
  • Framer Motion