# makefiletutorial **Repository Path**: elansaphir/makefiletutorial ## Basic Information - **Project Name**: makefiletutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-17 - **Last Updated**: 2021-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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: - `yarn install` - `yarn dev` To deploy: - Make changes - `yarn build` (or `yarn dev`) - Commit changes - git push