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

https://github.com/devrico003/ai-blogpost-generator


https://github.com/devrico003/ai-blogpost-generator

Last synced: 8 months ago
JSON representation

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
```