mirror of
https://github.com/Lissy93/awesome-privacy.git
synced 2026-03-11 08:55:33 +00:00
Updates Make docs
This commit is contained in:
parent
3d4c5cdde0
commit
733dd8422c
1 changed files with 16 additions and 16 deletions
32
Makefile
32
Makefile
|
|
@ -1,23 +1,23 @@
|
|||
|
||||
#########################################################################
|
||||
# Welcome to Awesome Privacy! #
|
||||
# This file contains all the commands for the project (in lib and web) #
|
||||
# #
|
||||
# lib commands: #
|
||||
# make install_lib_deps - Install Python dependencies for lib/ #
|
||||
# make validate - Validates awesome-privacy.yml against the schema #
|
||||
# make gen_readme - Generate README.md from awesome-privacy.yml #
|
||||
# #
|
||||
# web commands: #
|
||||
# make install_web_deps - Install NPM dependencies for the website #
|
||||
# make build_web - Build the static website (outputs to web/dist/) #
|
||||
# make start_web - Starts a webserver to serve the static website #
|
||||
# #
|
||||
# For further documentation, please reference the GitHub repository. #
|
||||
# https://github.com/lissy93/awesome-privacy or awesome-privacy.xyz #
|
||||
# #
|
||||
# This file contains all the commands for the project (in lib and web) #
|
||||
# #
|
||||
# lib commands: #
|
||||
# make install_lib_deps - Install Python dependencies for lib/ #
|
||||
# make validate - Validates awesome-privacy.yml against the schema #
|
||||
# make gen_readme - Generate README.md from awesome-privacy.yml #
|
||||
# #
|
||||
# web commands: #
|
||||
# make install_web_deps - Install NPM dependencies for the website #
|
||||
# make build_web - Build the static website (outputs to web/dist/) #
|
||||
# make start_web - Starts a webserver to serve the static website #
|
||||
# #
|
||||
# For further documentation, please reference the GitHub repository. #
|
||||
# https://github.com/lissy93/awesome-privacy or awesome-privacy.xyz #
|
||||
# #
|
||||
#########################################################################
|
||||
# Licensed under CC0-1.0 (C) Alicia Sykes <https://aliciasykes.com> #
|
||||
# Licensed under CC0-1.0 (C) Alicia Sykes <https://aliciasykes.com> #
|
||||
#########################################################################
|
||||
|
||||
# Targets
|
||||
|
|
|
|||
Loading…
Reference in a new issue