This repository is for a website typically hosted at abhisek.xyz. It utilizes Drupal as the backend for content and a Next.js codebase for the frontend.
Follow the steps below for local development:
Copy the .env.example
and create a .env.local
file with the following content:
NEXT_PUBLIC_DRUPAL_BASE_URL=https://your-backend-site-url.come
NEXT_IMAGE_DOMAIN=your-backend-site-url.come
First, install the dependencies:
npm i
To start the Next.js development server, run npm run dev
or yarn dev
. This will launch the server on http://localhost:3000
.
For more information, visit next-drupal.org.