Skip to content

kakadigi/kakadigi.github.io

Repository files navigation

Karya Kami Digital Landing Page

Welcome to the Karya Kami Digital landing page repository. This web page is built with NextJS version 13.x and utilizes the Chakra UI design system version 2.8.x for a sleek and modern design. We also use React icons for the icons, Prettier for code formatting, and Jest for testing.

Requirements

Before you begin, ensure you have met the following requirements:

  • Node.js: Make sure you have Node.js installed on your machine. You can download it from nodejs.org.

Installation

Follow these steps to install and set up the project:

  1. Clone the repository to your local machine:

    git clone git@github.com:kakadigi/kakadigi.github.io.git
  2. Change to the project directory:

    cd karya-kami-digital-landing-page
  3. Install the project dependencies:

    npm install

Run App

To run the Karya Kami Digital landing page on your local machine, use the following command:

npm run dev

This will start the development server, and you can access the web page in your browser at http://localhost:3000.

How to Contribute

We welcome contributions from the community. To contribute to this project, please follow these steps:

  1. Fork the repository by clicking the "Fork" button on GitHub.

  2. Clone your forked repository to your local machine:

    git clone git@github.com:kakadigi/kakadigi.github.io.git
  3. Create a new branch for your feature or bug fix:

    git checkout -b feature/your-feature-name
  4. Make your changes and commit them with descriptive commit messages.

  5. Push your changes to your forked repository:

    git push origin feature/your-feature-name
  6. Create a Pull Request (PR) on the main repository, explaining the changes you made and why they should be merged.

  7. Your PR will be reviewed, and once approved, it will be merged into the main branch.

Thank you for contributing to the Karya Kami Digital landing page!