Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/theicfire/makefiletutorial

Learn make by example
https://github.com/theicfire/makefiletutorial

Last synced: about 2 months ago
JSON representation

Learn make by example

Awesome Lists containing this project

README

        

Makefile Tutorial by Example
========

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

To run this locally:
- `nvm use` # Pick node version
- `yarn install` (If this fails to build node-sass, I've had luck with node v12.10.0)
- `yarn dev`

To deploy:
- Make changes
- `nvm use` # Pick node version
- `yarn build` (or `yarn dev`)
- Commit changes
- git push