|
|
||
|---|---|---|
| .cursor/rules | ||
| src | ||
| .gitignore | ||
| CLAUDE.md | ||
| GITEA-INSTRUCTIONS.md | ||
| README.md | ||
| next-env.d.ts | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
README.md
Meme Coin Website
A modern, responsive website for a meme cryptocurrency, built with Next.js, TypeScript, Tailwind CSS, and Framer Motion.
Features
- Responsive design that works on all devices
- Modern UI with smooth animations using Framer Motion
- Built with Next.js App Router and TypeScript
- Styled with Tailwind CSS and shadcn/ui components
- SEO optimized
Sections
- Hero section: Eye-catching introduction with call-to-action buttons
- About section: Highlighting key features and benefits
- Tokenomics: Detailed token distribution and transaction fees
- Interactive roadmap: Timeline showing project milestones
- Community section: Social links and newsletter signup
- Footer: Links to important pages and legal information
Getting Started
Prerequisites
- Node.js 18.17 or later
Installation
- Clone the repository:
git clone <repository-url>
cd meme-coin
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser to see the result.
Building for Production
npm run build
Then, you can start the production server:
npm start
Pushing to Gitea Server
To push this repository to your Gitea server:
- Create a new repository on your Gitea server (e.g., https://git.boilerhaus.org)
- Add the remote repository:
git remote add origin git@git.boilerhaus.org:boilerrat/meme.git
- Push the code:
git push -u origin main
Technologies Used
- Next.js - React framework for production
- TypeScript - Typed JavaScript
- Tailwind CSS - Utility-first CSS framework
- Framer Motion - Animation library
- shadcn/ui - UI component library
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
- Design inspired by modern cryptocurrency websites
- Icons and emojis used for simplicity
- Placeholder images from PlaceKitten