Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.