Skip to content

srbhr/website-for-resume-matcher

Repository files navigation

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.