Quick Start Guide
Welcome to PageCraft! Follow this guide to get up and running quickly.
Installation
macOS
- Install Markdown:
pip3 install markdown
- Clone the repository:
git clone https://github.com/eli32-vlc/pagecraft.git
- Navigate to the project directory:
cd pagecraft
Windows
- Download the precompiled binary from the GitHub Releases page (opens in a new tab).
Linux
- Follow the macOS installation steps.
Usage
Generate your content using the following commands:
macOS/Linux
python3 main.py input.md [optional custom copyright name]
Example:
python3 main.py index.md "Eason Li"
Windows
main.exe input.md [optional custom copyright name]
Example:
main.exe index.md "Eason Li"