Skip to content

rudracloud/website

 
 

Repository files navigation

RudraCloud Website

RudraCloud Website is an open-source project designed specifically for RudraCloud as their landing page. Built with Next.js, it offers a modern, customizable solution for hosting companies.


Getting Started

Step 1: Clone the Repository

Clone the project from GitHub:

git clone https://github.com/justakartik/rudracloud.git

Navigate to the project directory:

cd rudracloud

Step 2: Install Dependencies

Install the required dependencies using your preferred package manager:

npm install
# or
yarn install
# or
pnpm install
# or
bun install

Step 3: Run the Development Server

Start the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

The application will be available at http://localhost:3000. Open this URL in your browser to view the landing page.


Features

  • Landing Page Design: A clean and modern layout specifically tailored for hosting services.
  • Built with Next.js: Leveraging the power of server-side rendering and static generation.
  • Fully Customizable: Easily adapt colors, text, and layouts to suit your brand.

License

This project is open-source and licensed under MIT License.
Attribution Requirement:
This project was developed by JustaKartik for RudraCloud. Any modifications or derivative works must credit RudraCloud as the original source.


About RudraCloud

RudraCloud is a hosting company providing reliable and scalable solutions for developers and businesses. This landing page project is part of their effort to create an appealing and functional online presence.

Developed by: JustaKartik

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.7%
  • CSS 3.6%
  • JavaScript 0.7%