Minimalist yet elegant template for a curriculum vitae website. Single page project of 6 sections: Intro, about, skills, experience, education, and contact. Download button for downloading a .pdf
file of your resume. Contact form powered with Web3Forms.
- Astro Framework
- JavaScript
- CSS
- Clean design aesthetic
- Web3Forms emails
- AOS library (Animate on Scroll)
Copy the command below with the link:
git clone https://github.com/MartinXCVI/cv-website
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro -- --help |
Get help using the Astro CLI |