Before using Claudable, you need to complete the following basic environment configuration:
- Install the runtime environment:Requires Node.js 18+, Python 3.10+ and Git version control system
- Select AI Intelligentsia:Either of the following AI coding tools must be installed:
- Claude Code: Adoption
npm install -g @anthropic-ai/claude-code
Installation, account login required - Cursor CLI: via
curl https://cursor.com/install -fsS | bash
Installation, also requires login
- Claude Code: Adoption
- Get the code:pass (a bill or inspection etc)
git clone https://github.com/opactorai/Claudable.git
Get project source code - Dependent Installation:Go to the project directory and execute
npm install
Automatic configuration of the development environment
These preparation steps take about 10-15 minutes to complete and are ready to run!npm run dev
Start the development server.
This answer comes from the articleClaudable: generating and deploying websites using AI intelligencesThe