This is the official website for Ankh Studio, built with Next.js, TypeScript, Tailwind CSS, and Framer Motion.
- Responsive design
- Smooth animations with Framer Motion
- Accessible UI components
- Modern tech stack
First, install the dependencies:
npm install
# or
yarn installThen, run the development server:
npm run dev
# or
yarn devOpen http://localhost:3000 with your browser to see the result.
npm run build
# or
yarn build- Next.js 14+
- TypeScript
- Tailwind CSS
- Framer Motion