Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (13 loc) · 782 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 782 Bytes

My protfolio website

Netlify Status

This is my portfolio website.

It is based on Gatsby starter Strata which is based on the Strata site template, designed by HTML5 UP.

Requirements

  • Node.js: ^18.12.0

Installation

Run npm install to install all dependencies.

Run in development mode

Run npm run develop to launch the website in development mode.

Run in production mode

  1. Run npm run build in order to build the production bundle.
  2. Run npm run serve to launch the website in production mode.