Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.44 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.44 KB

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.