https://github.com/bitfancy/thumberg-meme
https://github.com/bitfancy/thumberg-meme
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitfancy/thumberg-meme
- Owner: BitFancy
- Created: 2025-02-27T09:05:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T09:13:14.000Z (about 1 year ago)
- Last Synced: 2025-09-10T00:13:23.008Z (6 months ago)
- Language: TypeScript
- Size: 16.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js Cryptocurrency (Memecoin) Template
🔋 nextjs-crypto-landingpage
Next.js + Tailwind CSS + TypeScript starter packed with useful component for memecoin landing page.
Made by bitfancy
Preview site
## Features
- ⚡️ Next.js 14 with App Router
- ⚛️ React 18
- ✨ TypeScript
- 💨 Tailwind CSS 3
- 📏 ESLint — Find and fix problems in your code, also will **auto sort** your imports
- 💖 Prettier — Format your code consistently
- 🐶 Husky & Lint Staged — Run scripts on your staged files before they are committed
- 🤖 Conventional Commit Lint — Make sure you & your teammates follow conventional commit
- 🗺 Site Map — Automatically generate sitemap.xml
## Getting Started
### 1. Install pnpm
```shell
npm install -g pnpm
```
### 2. Install dependencies
```shell
pnpm install
```
### 3. Modify the contract data
Open src/constant/contract.ts
### 4. Run the development server
You can start the server using this command:
```shell
pnpm dev
```
### 5. Commit Message Convention
This starter is using [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/), it is mandatory to use it to commit changes.
## Useful Tools
- Favicon Generator: https://favicon.io/favicon-converter (upload your image and paste all files to public/favicon folder)
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.