Awesome
Resume Matcher Website
This repository contains code for the Landing Page for Resume Matcher.
www.resumematcher.fyi
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.
Locally
- Fork the repository here.
- Clone the repository to your local machine.
git clone https://github.com/<YOUR-USERNAME>/website-for-resume-matcher.git
- Install NPM dependencies.
npm ci
- Build the website.
npm run build
- Start the development server.
npm run dev
- Open the website in your browser: http://localhost:4321.
- You're done! 🎉 The website should be available on your machine.