Welcome to the Magick documentation site repository. This site contains comprehensive documentation for Magick, the powerful visual IDE for creating AI agents.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Before you begin, ensure you have the following installed on your system:
-
Clone the repository:
git clone https://github.com/Oneirocom/magick-docs.git cd magick-docs
-
Install the dependencies:
npm install
To start the development server, run:
npm run dev
This command starts the development server. Open http://localhost:3000 in your browser to view the site. The page will reload if you make edits to the source files.
Here's a brief overview of the important directories in this project:
/pages
: Contains the main pages of the documentation site./components
: Reusable React components used throughout the site./styles
: CSS and styling related files./public
: Static assets like images and fonts.
We welcome contributions to improve the Magick documentation. Please read our CONTRIBUTING.md file for details on our code of conduct and the process for submitting pull requests.
This project is licensed under the MIT License - see the LICENSE.md file for details.
If you encounter any issues or have questions, please:
- Check our FAQ for common questions and answers.
- If you can't find an answer, please open an issue in this repository.
- For more interactive support, join our Discord community.
Thank you for your interest in improving Magick's documentation!