Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theicfire/makefiletutorial
Learn make by example
https://github.com/theicfire/makefiletutorial
Last synced: 29 days ago
JSON representation
Learn make by example
- Host: GitHub
- URL: https://github.com/theicfire/makefiletutorial
- Owner: theicfire
- License: mit
- Created: 2014-11-18T20:29:55.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-06-24T15:26:50.000Z (5 months ago)
- Last Synced: 2024-10-01T20:23:15.215Z (about 1 month ago)
- Language: SCSS
- Homepage: http://makefiletutorial.com
- Size: 1.21 MB
- Stars: 4,828
- Watchers: 32
- Forks: 249
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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