Skip to content

Latest commit

Β 

History

History
77 lines (51 loc) Β· 2.27 KB

File metadata and controls

77 lines (51 loc) Β· 2.27 KB

Itsharta.github.io

Build Status CodeQL Website
Dependabot Release License

πŸš€ Project Overview

A revised portfolio web built using Astro.js and TailwindCSS. Original design by David Cojocaru. Migrated to Astro.js 5, Vite 6 and TailwindCSS 4

πŸ› οΈ Technologies Used

  • Astro.js - Static site generator.
  • Tailwind CSS - Utility-first CSS framework.
  • TypeScript - Typed JavaScript at Any Scale.
  • JavaScript - High-level, often just-in-time compiled, and multi-paradigm.
  • CSS - Cascading Style Sheets.

πŸ“š Documentation

Prerequisites

  • Node.js and npm installed.
  • Git installed.

Setup

  1. Clone the repository:

    git clone https://github.com/itsharta/itsharta.github.io.git
  2. Install dependencies:

    cd itsharta.github.io
    npm install
  3. Run the development server:

    npm run dev

Usage

  • Build for production:

    npm run build
  • Deploy:

    npm run deploy

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ’¬ Contact

Feel free to reach out to me at contact@asthene.com.

πŸ™ Acknowledgments