Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faridvatani/darkchain
Darkchain is a modern, dark-themed website template built with Next.js, TypeScript, TailwindCSS and Framer Motion.
https://github.com/faridvatani/darkchain
blockchain framer-motion framermotion landing-page mdx nextjs nextjs14 react tailwindcss typescript
Last synced: 29 days ago
JSON representation
Darkchain is a modern, dark-themed website template built with Next.js, TypeScript, TailwindCSS and Framer Motion.
- Host: GitHub
- URL: https://github.com/faridvatani/darkchain
- Owner: faridvatani
- Created: 2024-09-07T20:06:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-07T10:32:36.000Z (4 months ago)
- Last Synced: 2024-11-11T07:57:39.908Z (3 months ago)
- Topics: blockchain, framer-motion, framermotion, landing-page, mdx, nextjs, nextjs14, react, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://faridvatani.github.io/darkchain/
- Size: 2.83 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Darkchain
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.
## Features
- Modern, dark design
- Animated with Framer Motion
- Responsive layout
- SEO-optimized
- Cross-Browser Compatibility
- Accessibility
- Easy to Customize## Getting Started
First, To install the project dependencies, run:
```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```## Usage
After installation, you can start the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](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`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load DM_Sans, a custom Google Font.
## Contributing
Contributions are welcome! Please read the [contributing guidelines](CONTRIBUTING.md) first.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.