Skip to content

This is my portfolio project. In here I hope to create a good looking page to showcase my skills, projects and information about myself.

Notifications You must be signed in to change notification settings

klaas-post/portfolio-web

Repository files navigation

My Portfolio project

Overview

This project aims to showcase my professional profile and experience through an online resume. It provides a platform for potential employers, clients, or collaborators to learn more about my skills, education, work experience, and projects.

Technologies Used

This project is built using the Astro framework, a modern static site generator for building fast websites with the ability to add a javascript framework. Astro allows for the creation of highly performant web applications with server-side rendering and static site generation, which is perfect for content driven sites such as a resume.

Usage

To view the resume, simply visit the deployed website at https://github.com/klaas-post. Alternatively, you can clone this repository and run it locally using the following steps:

  1. Clone the repository
git clone https://github.com/klaas-post/portfolio-web.git
  1. Navigate to project directory
cd portfolio-web
  1. Install dependencies
npm install
  1. Run the project locally
npm run dev
  1. Visit http://localhost:4321/

Commands

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

Status

This project is a work in progress and everything you see is subject to change.

About

This is my portfolio project. In here I hope to create a good looking page to showcase my skills, projects and information about myself.

Topics

Resources

Stars

Watchers

Forks