Skip to content

Latest commit

 

History

History
120 lines (85 loc) · 2.8 KB

README.md

File metadata and controls

120 lines (85 loc) · 2.8 KB


Kloudlite Website

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing

Built With

As this is website. it's built on html, css and Javascript. all the frameworks, libraries used in this project listed below.

  • Nextjs
  • React
  • TailwindCSS

For more information about the libraries and frameworks used in this project. you can visit the package.json file.


(back to top)

Getting Started

Prerequisites

  • npm
  • pnpm

Installation

  1. Clone the repo
    git clone git@github.com:kloudlite/website.git
  2. Install NPM packages
    pnpm install

(back to top)

Usage

To start the application in development mode. simply execute the command:

pnpm dev

To Build the application. simply execute the command:

pnpm build

visit the package.json file for more information about the commands.

(back to top)

Contributing

  1. Fork the Project
  2. Clone the Project
  3. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  4. Commit your Changes (git commit -m 'Add some AmazingFeature')
  5. Push to the Branch (git push origin feature/AmazingFeature)
  6. Open a Pull Request

(back to top)