Skip to content

abhisekmazumdar/abhisek-xyz-frontend

Repository files navigation

What is this?

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.

How to use

Follow the steps below for local development:

Create the .env.local file

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

Start Development Server

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.

Deploy to Vercel

Deploy with Vercel

Documentation

For more information, visit next-drupal.org.

About

NextJS version for abhisek.xyz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published