This PR adds documentation for the installation process to the README.md file. It provides clear instructions on how to clone the repository, install the necessary dependencies, and run the project. Additionally, it includes a section on how to run tests using Jest.
Summary of Changes
Added a new section titled "Installation Process" to the README.md file.
Included instructions on how to clone the repository using the command git clone https://github.com/AlphaGit/jekyll-seo-ai-action.git.
Added instructions on how to install the necessary dependencies using the command npm install.
Included instructions on how to run the project using the command npm start.
Added a new section titled "Running Tests" to the README.md file.
Included instructions on how to run tests using Jest using the command npm test.
Fixes #7.
🎉 Latest improvements to Sweep:
Getting Sweep to run linters before committing! Check out Sweep Sandbox Configs to set it up.
Added support for self-hosting! Check out Self-hosting Sweep to get started.
[Self Hosting] Multiple options to compute vector embeddings, configure your .env file using VECTOR_EMBEDDING_SOURCE
💡 To get Sweep to edit this pull request, you can:
Leave a comment below to get Sweep to edit the entire PR
Leave a comment in the code will only modify the file
Edit the original issue to get Sweep to recreate the PR from scratch
PR Feedback: 👎
Description
This PR adds documentation for the installation process to the README.md file. It provides clear instructions on how to clone the repository, install the necessary dependencies, and run the project. Additionally, it includes a section on how to run tests using Jest.
Summary of Changes
git clone https://github.com/AlphaGit/jekyll-seo-ai-action.git
.npm install
.npm start
.npm test
.Fixes #7.
🎉 Latest improvements to Sweep:
💡 To get Sweep to edit this pull request, you can: