npm-picker

Find the best npm packages for your projects.

Stars
74

npm Picker

This project recommends npm packages. It is bootstrapped with create-next-app.

Tech Stack

Features

  • Recommend npm packages based on your requirements and framework
  • Show details of the recommended packages

Installation

1. Clone the repository

git clone https://github.com/sadmann7/npm-picker

2. Install dependencies

yarn install

3. Create a .env file

Create a .env file in the root directory and add the environment variables as shown in the .env.example file. You can get the OpenAI API key from here.

4. Run the application

yarn run dev

The application will be available at http://localhost:3000.

Deployment

Follow the deployment guides for Vercel, Netlify and Docker for more information.