Skip to content

GhassenRjab/portfolio

Repository files navigation

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.