An open API service indexing awesome lists of open source software.

https://github.com/bitfancy/greta-thumberg


https://github.com/bitfancy/greta-thumberg

Last synced: 10 months ago
JSON representation

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.