Skip to content

prateekbhaisora/makefiletutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Languages

  • SCSS 41.9%
  • JavaScript 34.8%
  • EJS 22.2%
  • Makefile 1.1%