Skip to content

M-ZENHOM/HostingWebsite

Repository files navigation

This is an open source Hosting Website build with Next.js.

HostingWebsite

Tech Stack

Installation

1. Clone the repository

git clone https://github.com/M-ZENHOM/HostingWebsite

2. Install dependencies

npm 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.

4. Run the application

npm run dev

How do I deploy this?

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

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