Installation Guide
How to install AutoSlideIdea.
Requirements
- Git
- Node.js (v14 or higher)
- npm or yarn
Installation Steps
1. Clone Repository
git clone --recursive https://github.com/dobachi/AutoSlideIdea.git
cd AutoSlideIdea
The --recursive
option is required to clone the AI instruction kit submodule.
2. Install Dependencies
npm install
or
yarn install
3. Verify Installation
# Check SlideFlow command
./slideflow/slideflow.sh --help
# Create a new presentation
./slideflow/slideflow.sh new my-presentation
Troubleshooting
Submodule Not Fetched
git submodule update --init --recursive
Permission Denied
chmod +x slideflow/slideflow.sh
chmod +x scripts/*.sh
Old Node.js Version
Install the latest LTS version from Node.js official site.
Next Steps
After installation, check out the Quick Start to create your first presentation.