This repo serves as a central repository for all the project's code, documentation, and resources. It provides a collaborative platform for the project team to work together, share ideas, and contribute to the development of this critical project.
Before you begin, ensure that you have the following prerequisites installed:
[📌 node 16.x]
- Clone the freelaMed repository:
git clone https://github.com/bolodissenoura/linkesearch
- Change to the project directory:
cd linkesearch
- Install the dependencies:
npm install
- Env:
- Create a .env ( use the .env.example as a example ) and paste your OPENAI api key.
npm run dev
Contributions are always welcome! Please follow these steps:
- Fork the project repository. This creates a copy of the project on your account that you can modify without affecting the original project.
- Clone the forked repository to your local machine using a Git client like Git or GitHub Desktop.
- Create a new branch with a descriptive name (e.g.,
new-feature-branch
orbugfix-issue-123
).
git checkout -b new-feature-branch
- Make changes to the project's codebase.
- Commit your changes to your local branch with a clear commit message that explains the changes you've made.
git commit -m 'Implemented new feature.'
- Push your changes to your forked repository on GitHub using the following command
git push origin new-feature-branch
- Create a pull request to the original repository. Open a new pull request to the original project repository. In the pull request, describe the changes you've made and why they're necessary. The project maintainers will review your changes and provide feedback or merge them into the main branch.
If you have any questions or concerns, please open an issue on GitHub or contact the repo owner at linkedin [📌 @daniellimae]
[📌 Trampar na Gringa ]
Inspired on vercel templates: https://vercel.com/templates