
JSON Schema for CV of jsonresume.org
Based on the design of Bartosz Jarocki
Embracing the comprehensive instructions and guidance of Midudev and his tutorial
- Astro - The web framework for content-driven websites.
- Typescript - TypeScript is JavaScript with syntax for types.
- Ninja Keys - Keyboard shortcut interface for your website.
1. Use this repository as a template for your Astro project.
- I use pnpm as package manager.
# Active pnpm in MacOS, WSL & Linux:
corepack enable
corepack prepare pnpm@latest --activate
# Initialite the project
pnpm create astro@latest -- --template stevenzepol/astro-minimalist-portfolio
Edit the cv.json
file to create your own printable Portafolio/CV.
# Enjoy the results
pnpm dev
- To view your portfolio, open http://localhost:4321 in your browser 🚀
All commands are run from the root of the project, from a terminal:
Command | Action | |
---|---|---|
⚙️ | pnpm install |
Installs dependencies |
⚙️ | pnpm dev |
Starts local dev server at localhost:4321 |
⚙️ | pnpm build |
Build your production site to ./dist/ |
⚙️ | pnpm preview |
Preview your build locally, before deploying |
Feel free to check our documentation or jump into our Discord server.
MIT - Created by Steven Zepol.