https://github.com/devrico003/ai-blogpost-generator
https://github.com/devrico003/ai-blogpost-generator
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devrico003/ai-blogpost-generator
- Owner: DevRico003
- Created: 2023-10-04T19:52:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T15:00:50.000Z (over 2 years ago)
- Last Synced: 2025-09-06T19:53:55.859Z (9 months ago)
- Language: TypeScript
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
It is a simple boilerplate for a Next.js app with TypeScript, ESLint, and Tailwind CSS. Also it includes a boilerplate connection to a MongoDB database using generic driver.
A few extra NMP packages are included to make development easier:
- recoil
- framer-motion
- uuid
- react-icons
- react-toastify
- react-time-ago
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```