Coder Social home page Coder Social logo

kriya.tech's Introduction

Welcome to the KriyaTech Repository!

We are a creative tech company offering services in tech, design, interviews, hiring, etc. We are team of 1-10 members, collaborating with each other to create a awesome website for the world!

How to contribute to this repo?

Step 1: Fork this repository

Begin by forking this repository. Click the "Fork" button at the top of this page. This action will create a copy of this repository in your GitHub account.

Screenshot 2023-10-08 170411

Step 2: Clone the repository

Next, clone your forked repository to your local machine. Go to your GitHub account, open the forked repository, click on the "Code" button, and then click the "Copy to clipboard" icon.

image

Open your terminal and run the following command, replacing <link> with the copied url:

git clone <link>

For example:

git clone https://github.com/your-username/kriya.tech.git

Step 3: Create a new branch:

Change to the repository directory on your computer (if you are not already there):

cd kriya-tech

Now, create a branch using the git checkout command:

git checkout -b your-new-branchname

Step 5: Setup the TailwindCSS with Vite

First open the terminal

image

Enter this command to install the required dependencies:

npm install -D tailwindcss postcss autoprefixer --force

Run your build process with npm run dev.

Now click on follow the link to open the local server.

image

image

Step 4: Make necessary changes and commit them

If you run the git status command in your project directory, you'll see there are changes. Add those changes to the branch you created using the git add command:

git add .

This will add all the unstaged files to the staging area.

Now commit those changes:

git commit -m "commit message"

Step 5: Push your changes to Github

Use the git push command to push your changes to Github:

git push origin -u <add-your-branchname>

Step 6: Submit your changes for review

Go to your repository on Github, and you'll see a "Compare & pull request" or "Open Pull request" button. Click on that button.

image

Submit the pull request

image

You will receive a notification email once your changes have been merged.

What's Next?

Congratulations you have succesfully submitted the pull request , now wait for the maintainers to review and merge your PR!

Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.