Skip to content

jonalvarezz/.com

Repository files navigation

jonalvarezz.com

  • Static website powered by wintersmith
  • Build tools: NPM Scripts + Gulp
  • It also uses TailwindCSS
  • Deploy is automated with GitHub Actions.

🚀 Quick start

  1. Start developing.

    Install dependencies

    yarn

    Start it up

    yarn start

    The website will be available at localhost:8080

  2. Build

    yarn build