Skip to content

aclark4life/project-makefile

Repository files navigation

Project Makefile

Project Makefile

"I like to type make <target> to perform tasks. 🤷" —Alex

Installation

curl -O https://raw.githubusercontent.com/aclark4life/project-makefile/main/Makefile

Usage

$ make help
Project Makefile

"I like to type make <target> to perform tasks. 🤷" —Alex

Usage: make <target1> [target2 ...]
Examples:
   make help                   Print this message
   make list-targets           List all targets
   make django-init            Install Django
   make django-init-minimal    Install Django with minimal dependencies
   make django-init-wagtail    Install Wagtail

Customization

$ make project.mk
$ cat project.mk
# Custom Makefile
# Add your custom makefile commands here
#
# PROJECT_NAME := my-new-project

Screenshots

Initial Setup

Screenshot Screenshot Screenshot

Home Page

Screenshot

Login Page

Screenshot

Logged In

Screenshot

Dropdown Menu

Screenshot