xdcesc / makefiletutorial

Learn make by example

Home Page:http://makefiletutorial.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Makefile Tutorial by Example

This is a single page website. It's built by metalsmith, and the generated files are in docs (picked because Github Pages only supports / and /docs as directories to serve from).

To run this locally:

  • yarn install (If this fails to build node-sass, I've had luck with node v12.10.0)
  • yarn dev

To deploy:

  • Make changes
  • yarn build (or yarn dev)
  • Commit changes
  • git push

About

Learn make by example

http://makefiletutorial.com

License:MIT License


Languages

Language:SCSS 41.9%Language:JavaScript 34.8%Language:EJS 22.2%Language:Makefile 1.1%