Quick Start
Installation
Using Bun (Recommended)
bash
bun install -g lianshuUsing npm
bash
npm install -g lianshuInitialize
After installation, run the following command to initialize Lianshu:
bash
lianshu initThis will create the necessary configuration files and directory structure.
Start
bash
lianshu startLianshu will start locally and you can access it at http://localhost:3000
Configure AI Model
Lianshu supports multiple AI models, configure in the config file:
json
{
"ai": {
"provider": "local",
"model": "llama3",
"apiKey": ""
}
}Next Steps
- Learn about Features
- Read the User Guide
- Check the API Docs