Skip to content

filhodoto/goncaloramalho-gatsby

Repository files navigation

Gonçalo Ramalho Website

Project for my personal website built with Gatsby.

Development

Inside project folder:

Development

gatsby develop

Run Unit Tests

// run tests once
npm test

// run tests in watch mode
npm run test:watch

Build

To build project and see it on localhost run both script one at a time

// First run
gatsby build

// After build is done
gatsby serve

Deploy

Deployment is done automatically with Vercel once we push for master branch

Optimizations