/oriolo-blog

Primary LanguageJavaScript

Blog

Wordpress (2012) ⟶ Gatsby (2020)

To run locally:

npm install -g gatsby-cli
gatsby develop

Create a production build:

gatsby build

Serve the production build locally:

gatsby serve