srbhr / website-for-resume-matcher

OLD Resume Matcher Website (Not used anymore)

Home Page:https://www.resumematcher.fyi/

Repository from Github https://github.comsrbhr/website-for-resume-matcherRepository from Github https://github.comsrbhr/website-for-resume-matcher

Resume Matcher Website

This repository contains code for the Landing Page for Resume Matcher.

PR's welcomed. Check resume matcher here: LINK

Created in Astro, with the help of Astrowind.

Building

Using Gitpod

By using Gitpod.io, you can automatically build the website and skip the steps below in one single click.

Open in Gitpod

Locally

  1. Fork the repository here.
  2. Clone the repository to your local machine.
git clone https://github.com/<YOUR-USERNAME>/website-for-resume-matcher.git
  1. Install NPM dependencies.
npm ci
  1. Build the website.
npm run build
  1. Start the development server.
npm run dev
  1. Open the website in your browser: http://localhost:4321.
  2. You're done! 🎉 The website should be available on your machine.

About

OLD Resume Matcher Website (Not used anymore)

https://www.resumematcher.fyi/

License:MIT License


Languages

Language:Astro 75.0%Language:MDX 10.3%Language:TypeScript 7.5%Language:JavaScript 5.9%Language:CSS 1.3%