Go to file
boilerrat 33d0923fc7 dark/light toggle 2025-03-09 05:55:32 -04:00
.cursor/rules Initial commit: Meme Coin Website 2025-03-08 23:20:02 -05:00
src dark/light toggle 2025-03-09 05:55:32 -04:00
.gitignore Initial commit: Meme Coin Website 2025-03-08 23:20:02 -05:00
CLAUDE.md dark/light toggle 2025-03-09 05:55:32 -04:00
GITEA-INSTRUCTIONS.md Initial commit: Meme Coin Website 2025-03-08 23:20:02 -05:00
README.md Initial commit: Meme Coin Website 2025-03-08 23:20:02 -05:00
next-env.d.ts Initial commit: Meme Coin Website 2025-03-08 23:20:02 -05:00
next.config.js Initial commit: Meme Coin Website 2025-03-08 23:20:02 -05:00
package-lock.json Initial commit: Meme Coin Website 2025-03-08 23:20:02 -05:00
package.json Initial commit: Meme Coin Website 2025-03-08 23:20:02 -05:00
postcss.config.js Initial commit: Meme Coin Website 2025-03-08 23:20:02 -05:00
tailwind.config.js dark/light toggle 2025-03-09 05:55:32 -04:00
tsconfig.json Initial commit: Meme Coin Website 2025-03-08 23:20:02 -05:00

README.md

Meme Coin Website

A modern, responsive website for a meme cryptocurrency, built with Next.js, TypeScript, Tailwind CSS, and Framer Motion.

Meme Coin Website

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

  1. Clone the repository:
git clone <repository-url>
cd meme-coin
  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. 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:

  1. Create a new repository on your Gitea server (e.g., https://git.boilerhaus.org)
  2. Add the remote repository:
git remote add origin git@git.boilerhaus.org:boilerrat/meme.git
  1. Push the code:
git push -u origin main

Technologies Used

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