Skip to content

pietrodev07/small-search-engine

Repository files navigation

Small Search Engine 🚀

Welcome to Small Search Engine! This repository contains all code for my small full-text search engine written in typescript.

Code of Conduct 🤝

By participating in this project, you agree to maintain a welcoming, friendly, and inclusive environment. Be kind and respectful to others.

How to Contribute 🤝

1. Fork this Repository

  • Click the "Fork" button at the top right of this page
  • This creates a copy of the repository in your GitHub account

2. Clone your Fork

git clone https://github.com/YOUR-USERNAME/small-search-engine.git

cd small-search-engine

3. Create a Branch

git checkout -b add-your-branch-name

4. Commit your Changes

git add .
git commit -m "commit-message" # use conventional commits
git push origin add-your-branch-name

5. Create a Pull Request

  • Go to your fork on GitHub
  • Click "Compare & pull request"
  • Add a title that describe your changes
  • Click "Create pull request"

Need Help? ❓

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published