Skip to content

sonvir249/drupal-profiles

Repository files navigation

Drupal Profile Finder

This project uses API's from drupal.org to fetch users data.

Running Locally

Cloning the repository on local machine.

git clone https://github.com/sonvir249/drupal-profiles.git

Installing the dependencies.

npm install

Running the application.

Then, run the application in the command line and it will be available at http://localhost:3000.

npm run dev

Deploy on Vercel

Check out our Next.js deployment documentation for more details.

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.