create-mf2-app
Version:
The stack AI moves fast with.
75 lines (52 loc) • 1.12 kB
Markdown
# Your Project Name
A brief description of your project goes here.
## Getting Started
### Prerequisites
- Node.js 18+
- npm/yarn/pnpm
### Installation
1. Clone the repository
2. Install dependencies:
```bash
npm install
# or
yarn install
# or
pnpm install
```
3. Run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
4. Open [http://localhost:3000](http://localhost:3000)
## Available Scripts
- `npm run dev` - Start development server
- `npm run build` - Build for production
- `npm run start` - Start production server
- `npm run lint` - Run ESLint
## Project Structure
```
├── src/
│ ├── app/ # Next.js app directory
│ ├── components/ # React components
│ └── lib/ # Utility functions
├── public/ # Static assets
└── ... # Config files
```
## Deployment
### Vercel (Recommended)
1. Push to GitHub
2. Import to Vercel
3. Deploy
### Other Platforms
Build and run:
```bash
npm run build
npm run start
```
## License
MIT