Skip to content

linhngkh/my-website-portfolio-astro

Repository files navigation

Astro Modern Personal Website

A single minimalized personal portfolio to showcase my code projects and information - made with Astro.

Tech Stack

To clone it

  1. git clone https://github.com/linhngkh/astro-portfolio.git
  2. Within the working directory download all necessary dependencies, yarn
  3. yarn devto run server, http://localhost:3000/

To deploy on Netlify

  1. npx astro add netlify

    • create netlify.tomlfile at the top of your project
    • inside this file, add:

    [build]
    command = "npm run build"
    publish = "dist"

About

A single minimalized personal portfolio to showcase my code projects and information - made with Astro.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published