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.
By using Gitpod.io, you can automatically build the website and skip the steps below in one single click.
- 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.