https://github.com/altudev/next-mcp-server
Next.js ile oluşturulmuş MCP Server projesi
https://github.com/altudev/next-mcp-server
Last synced: 3 months ago
JSON representation
Next.js ile oluşturulmuş MCP Server projesi
- Host: GitHub
- URL: https://github.com/altudev/next-mcp-server
- Owner: altudev
- Created: 2025-03-06T18:05:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T18:07:31.000Z (over 1 year ago)
- Last Synced: 2025-03-06T19:23:04.781Z (over 1 year ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alper Hoca ile MCP Server
Bu proje Next.js kullanılarak oluşturulmuş bir MCP Server projesidir.
## Başlangıç
Projeyi yerel ortamınızda çalıştırmak için aşağıdaki adımları izleyin:
```bash
# Bağımlılıkları yükleyin
npm install
# Geliştirme sunucusunu başlatın
npm run dev
```
Tarayıcınızda [http://localhost:3000](http://localhost:3000) adresini açarak uygulamayı görüntüleyebilirsiniz.
## Özellikler
- Next.js 14 ile oluşturulmuş modern web uygulaması
- Tailwind CSS ile stil
- TypeScript desteği
## Teknolojiler
- [Next.js](https://nextjs.org/)
- [React](https://reactjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [TypeScript](https://www.typescriptlang.org/)