Alessio Rapini's portfolio, designed with Figma, built with Gatsby!
These instructions will get you a copy of the project up and running on your local machine for contributions or testing purposes.
What things you need to run the website:
- Node.js (v19.3.0)
- GatsbyCLI
- yarn
$ git clone [email protected]:rub/alessiorapini.me.git
$ cd alessiorapini.me/frontend
$ yarn
$ gatsby develop
Then visit http://localhost:8000/ to see the website running.
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