8000 GitHub - CueMeet/cuemeet-documentation: Official documentation for CueMeet, detailing API usage, setup guides, and best practices for integrating and managing open-source meeting bots.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Official documentation for CueMeet, detailing API usage, setup guides, and best practices for integrating and managing open-source meeting bots.

License

Notifications You must be signed in to change notification settings

CueMeet/cuemeet-documentation

Meeting Bots Control Panel Banner

CueMeet Documentation


Links to CueMeet Repositories

You can explore all our repositories for additional tools and integrations:


License Docusaurus Node.js Docker OpenAPI React Yarn Community

This directory contains the documentation website built using Docusaurus, a modern static website generator.

Getting Started

To work with the documentation locally using Docker, you'll docker or compatible tool installed on your system.

  1. Install dependencies:
docker build -t cue-docs .
  1. Start the development server:
docker run -p 3000:3000 cue-docs

To work with the documentation locally, you'll need Node.js installed on your system.

  1. Install dependencies:
yarn install
  1. Start the development server:
yarn start

This will start a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Available Scripts

  • npm start - Start the development server
  • npm run build - Build the static website
  • npm run serve - Serve the built website locally
  • npm run deploy - Deploy the site to production
  • npm run clear - Clear the local build cache

Project Structure

documentation/
├── docs/            # Documentation markdown files
├── src/             # React components and pages
├── static/          # Static files like images
├── openapi.yaml     # OpenAPI specification
└── docusaurus.config.js  # Docusaurus configuration

📚 Documentation

Detailed documentation is available in the docs directory:


🤝 Contributing

We welcome contributions! Please see our Contributing Guidelines for details.


🔐 Security

Please refer to SECURITY.md for information about reporting security vulnerabilities and best practices.


🆙 Upgrading

For version compatibility and migration steps, see UPGRADE.md.


📜 Code of Conduct

We follow a standard of respectful communication and collaboration. Please review our Code of Conduct before contributing.


📝 License

This project is licensed under the GNU General Public License v3.0 (GPL-3.0) — see the LICENSE file for details.

Made with ❤️ by CueCard.ai team

About

Official documentation for CueMeet, detailing API usage, setup guides, and best practices for integrating and managing open-source meeting bots.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0