This repository contains the code being used here. Previously gsferreira.com.
This website was created with Eleventy and Tailwindcss. It's based on Hella Simple Eleventy + Tailwind CSS Starter.
- Clone this repo
- Run
npm i
to install the dependencies - For development run
npm run serve
and point your browser to http://localhost:8080/ - For production run
npm run build