Darkchain is a modern, dark-themed website template built with Next.js, TypeScript, TailwindCSS and Framer Motion. It is designed to be a simple, responsive, and SEO-optimized website template that can be easily customized to fit your needs.
- Modern, dark design
- Animated with Framer Motion
- Responsive layout
- SEO-optimized
- Cross-Browser Compatibility
- Accessibility
- Easy to Customize
First, To install the project dependencies, run:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
After installation, you can start the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load DM_Sans, a custom Google Font.
Contributions are welcome! Please read the contributing guidelines first.
This project is licensed under the MIT License. See the LICENSE file for details.