/alessiorapini.me

Design and development of my new portfolio.

Primary LanguageJavaScriptBSD 2-Clause "Simplified" LicenseBSD-2-Clause

alessiorapini.me

This is my personal portfolio I designed and developed myself.

A special thanks to @eFFeeMMe who supported me with parallax effects.

Tools

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
  • npm
  • GatsbyCLI
  • yarn (optional)

Setup

Access the project

$ git clone git@github.com:rub/alessiorapini.me.git
$ cd alessiorapini.me

Install frontend dependencies

$ yarn

or

$ npm install

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

$ npm run deploy