srbhr / website-for-resume-matcher

Resume Matcher Website

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Resume Matcher Website

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%