A modern, responsive landing page for MEMECOIN built with React, Vite, and Tailwind CSS.
- 🎨 Modern UI with smooth animations using Framer Motion
- 🌗 Dark theme with gradient accents
- 📱 Fully responsive design
- ⚡ Lightning-fast performance with Vite
- 🎯 SEO optimized
- 🔧 PWA ready
- React - UI Library
- Vite - Build Tool
- Tailwind CSS - Styling
- Framer Motion - Animations
- LottieFiles - Animations
- Node.js 16+ and npm
- Clone the repository:
git clone https://github.com/yourusername/memecoin-landing.git
cd memecoin-landing
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:3000 to view it in the browser.
npm run dev
- Start development servernpm run build
- Build for productionnpm run preview
- Preview production buildnpm run lint
- Lint codenpm run lint:fix
- Fix linting issuesnpm run format
- Format code with Prettiernpm run clean
- Clean build filesnpm run reinstall
- Clean install dependencies
To create a production build:
npm run build
The build artifacts will be stored in the dist/
directory.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.