mariohernandez / mariohernandezio

The personal blog of Mario Hernandez
1 stars 0 forks source link

Personal blog of Mario Hernandez

This site is proudly built with 11ty.

I am a Front-end Software Engineer who specializes in Drupal front-end development. I have been building Drupal websites since 2008 and have worked on some of the most well known brands. I am also a speaker at open source events where I talk about all things front-end and Drupal. I love writing about Drupal and Front-end development in general in my personal blog.

📊 GitHub Stats :

Run Locally

Clone the project - You need NodeJS 20+

  git clone git@github.com:mariohernandez/mariohernandezio.git

Go to the project directory

  cd my-project (i.e. mariohernandez)

Install dependencies

  nvm install
  npm install

Start the server

  npm start

Compile CSS

  npm run watch:css