This repository contains the source code for the SuperClaude Framework website. SuperClaude enhances Claude Code through behavioral instruction injection, intelligent agent coordination, and MCP server integration.
To get a local copy up and running, please follow these simple steps.
You need to have Node.js and npm installed on your machine. You can download them from nodejs.org.
- Clone the repo
git clone https://github.com/SuperClaude-Org/SuperClaude_Website.git
- Navigate to the project directory
cd SuperClaude_Website - Install NPM packages
npm install
To run the app in development mode, use the following command:
npm startThis will open the app at http://localhost:3000 in your browser. The page will reload when you make changes.
The project is a standard Create React App with a few additions. Here is an overview of the key directories:
.github/workflows/: Contains the GitHub Actions workflow for deploying the website to GitHub Pages.public/: Contains the static files,index.html, and the extensive documentation for the SuperClaude Framework underpublic/docs/.scripts/: Contains utility scripts, such asgenerate-docs-map.js.src/: Contains the React application source code, including components, pages, and context.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
The general workflow is:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
To ensure a welcoming and inclusive community, we expect all contributors to adhere to our Code of Conduct. Please read it to understand what is expected of you.
Distributed under the MIT License. See the LICENSE section.