Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srbhr/website-for-resume-matcher
Resume Matcher Website
https://github.com/srbhr/website-for-resume-matcher
astro astrojs data-science data-visualization hacktoberfest javascript landing-page machine-learning natural-language-processing python react vector-database vector-search vector-similarity vue word-embeddings
Last synced: 15 days ago
JSON representation
Resume Matcher Website
- Host: GitHub
- URL: https://github.com/srbhr/website-for-resume-matcher
- Owner: srbhr
- License: mit
- Created: 2023-06-23T07:41:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-31T19:26:49.000Z (about 1 year ago)
- Last Synced: 2024-10-04T13:11:59.379Z (about 1 month ago)
- Topics: astro, astrojs, data-science, data-visualization, hacktoberfest, javascript, landing-page, machine-learning, natural-language-processing, python, react, vector-database, vector-search, vector-similarity, vue, word-embeddings
- Language: Astro
- Homepage: https://www.resumematcher.fyi/
- Size: 4.82 MB
- Stars: 25
- Watchers: 2
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Resume Matcher Website
This repository contains code for the Landing Page for Resume Matcher.
### [www.resumematcher.fyi](https://www.resumematcher.fyi/)
PR's welcomed. Check resume matcher here: [LINK](https://github.com/srbhr/Resume-Matcher)
Created in [Astro](https://astro.build), with the help of [Astrowind](https://github.com/onwidget/astrowind).
## Building
### Using Gitpod
By using [Gitpod.io](https://www.gitpod.io), you can automatically build the website and skip the steps below in one single click.
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/srbhr/website-for-resume-matcher)
### Locally
1. Fork the repository [here](https://github.com/srbhr/website-for-resume-matcher/fork).
2. Clone the repository to your local machine.```bash
git clone https://github.com//website-for-resume-matcher.git
```3. Install NPM dependencies.
```bash
npm ci
```4. Build the website.
```bash
npm run build
```5. Start the development server.
```bash
npm run dev
```6. Open the website in your browser: .
7. You're done! 🎉 The website should be available on your machine.