/devmate

Add Your Skill & Find Your Developer Friend

Primary LanguageJavaScriptMIT LicenseMIT

Add Your Skill & Find Your Developer Friend!

Want to contribute to this project?

📌 Tech Stack

  • html
  • css
  • nextjs
  • tailwind

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate. If you wish to contribute, we highly recommend following the guidelines mentioned below.

1. Fork this repository.

2. Clone your forked copy of the project.

   git clone https://github.com/your_username/devmate.git

3. Navigate to the project directory.

   cd devmate

4. Create a new branch:

   git checkout -b YourBranchName

5. Make changes in source code.

6. Stage your changes and commit

   git add .
   git commit -m "<your_commit_message>"

7. Push your local commits to the remote repo.

   git push origin YourBranchName

8. Create a PR

Getting Started

Install necessary dependencies for the project to run.

npm i
# or
yarn 
# or
pnpm i

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.