- Clone this repo
git clone https://github.com/<your-username-here>/cli_136.git- Make
.envfile following.env.example:
ANTHROPIC_API_KEY=your-key-here
(Get your api key from https://console.anthropic.com)
- Navigate to the cli_136 repository
cd cli_136- Install dependencies
npm install- Start the application
npm start- Custom AI instructions when importing PDFs (e.g., "focus on definitions", "include more code examples")
- Edit existing flashcards
- Add personal notes to flashcards (mnemonic devices, additional context)
- Type-in answer mode (practice articulating answers before revealing)