Skip to content

achrafhardizi/portfolio

Repository files navigation

Portfolio

🛠️ Stack

  • Astro - The next-gen web framework.
  • Typescript - JavaScript with type syntax.
  • Ninja Keys - Dropdown menu with keyboard shortcuts made in pure JavaScript.

🚀 Getting Started

Initialize the project

git clone repo-url

2. Add Your Content:

Edit the cv.json file to change web content.

3. Launch the Development Server:

# Enjoy the results
npm run dev
  1. Open http://localhost:4321 in your browser to view the result 🚀

🧞 Commands

Command Action
⚙️ dev o start Launches a local development server at localhost:4321.
⚙️ build Checks for errors and creates a production build in ./dist/.
⚙️ preview Local preview at localhost:4321