create-manu-app
Version:
Create a new Next.js project with Tailwind CSS and TypeScript pre-configured. Simplify your project setup process with this scaffolding tool and start building your web application with ease.
27 lines (16 loc) • 799 B
Markdown
# create-manu-app
# WARNING - Only the next-shadcn template works
This CLI tool allows you to quickly create a Next.js project and TypeScript, without the experimental app directory. Additionally, it installs Tailwind CSS and configures the necessary files. If you're creating a Web3 project, it also installs RainbowKit.
## Usage
To create a project, run:
```bash
npx create-manu-app
# or
yarn create manu-app
# or
pnpm create manu-app
```
## Web3 projects
If you're creating a web3 project, you must have an Alchemy API key before starting the development server. You can get your API key at [Alchemy](https://dashboard.alchemyapi.io) then add it to the .env file
## License
This project is licensed under the [MIT](https://opensource.org/license/mit/) License