feat: Update AI model, remove contribution documentation, and enhance DM channel naming and message data in the chat store.
This commit is contained in:
17
README.md
17
README.md
@@ -48,21 +48,4 @@ make install
|
||||
```bash
|
||||
# Start the dev environment (Docker)
|
||||
make dev
|
||||
|
||||
# Or run locally
|
||||
cd server && npm run dev
|
||||
cd client && npm run dev
|
||||
```
|
||||
|
||||
## 🤝 Contributing
|
||||
|
||||
We follow a strict development workflow. Please read [CONTRIBUTING.md](./CONTRIBUTING.md) before starting.
|
||||
|
||||
1. **Pick a Task**: Use `make task-list` to find something to work on.
|
||||
2. **Code**: Implement your changes.
|
||||
3. **Verify**: Run `make lint test` to ensure quality.
|
||||
4. **Commit**: Pre-commit hooks will automatically run linting and tests.
|
||||
5. **Document**: Update relevant docs if you add new features.
|
||||
|
||||
---
|
||||
Built with ❤️ by the Plexus Team.
|
||||
|
||||
Reference in New Issue
Block a user