Table of Contents
As this is website. it's built on html, css and Javascript. all the frameworks, libraries used in this project listed below.
For more information about the libraries and frameworks used in this project. you can visit the
package.json
file.
- npm
- pnpm
- Clone the repo
git clone [email protected]:kloudlite/website.git
- Install NPM packages
pnpm install
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.
- Fork the Project
- Clone the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request