Skip to content

rub/alessiorapini.me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alessiorapini.me

Alessio Rapini's portfolio, designed with Figma, built with Gatsby!

Getting started

These instructions will get you a copy of the project up and running on your local machine for contributions or testing purposes.

Requirements

What things you need to run the website:

  • Node.js (v19.3.0)
  • GatsbyCLI
  • yarn

Setup

Access the project

$ git clone [email protected]:rub/alessiorapini.me.git
$ cd alessiorapini.me/frontend

Install frontend dependencies

$ yarn

Start local server

$ gatsby develop

Then visit http://localhost:8000/ to see the website running.

Deployment

Ensure to use the most recent Gatsby version.

First create a production build

$ gatsby build

Serve the production build locally

$ gatsby serve

Then deploy

$ yarn run deploy

Releases

No releases published

Packages

No packages published