Welcome to Small Search Engine! This repository contains all code for my small full-text search engine written in typescript.
By participating in this project, you agree to maintain a welcoming, friendly, and inclusive environment. Be kind and respectful to others.
- Click the "Fork" button at the top right of this page
- This creates a copy of the repository in your GitHub account
git clone https://github.com/YOUR-USERNAME/small-search-engine.git
cd small-search-engine
git checkout -b add-your-branch-name
git add .
git commit -m "commit-message" # use conventional commits
git push origin add-your-branch-name
- Go to your fork on GitHub
- Click "Compare & pull request"
- Add a title that describe your changes
- Click "Create pull request"
- Check out the GitHub docs on creating a pull request
- Got stuck? Create an issue, and we'll help you out