Repository Overview
Accio is open-source. You can find our complete React/Vite codebase on GitHub:Accio Dashboard Repository
View the source code, open issues, and submit pull requests.
How to Contribute
Whether you are fixing bugs, proposing new features, or improving documentation, your contributions are valuable.1. Fork and Clone
Start by forking theaccio-dashboard repository to your GitHub account. Then, clone it locally:
2. Install Dependencies
Accio is built using React and modern web development tooling. Install the necessary dependencies:3. Start the Development Server
Run the local development server to see your changes in real-time:http://localhost:5173/.
4. Make Your Changes
Create a new branch for your feature or bug fix:5. Submit a Pull Request
Once your changes are ready and tested:- Commit your changes with clear, descriptive commit messages.
- Push your branch to your forked repository.
- Open a Pull Request (PR) against the
mainbranch of the officialfermdev/accio-dashboardrepository.
Community & Support
Have questions about the architecture or where to start? Feel free to open an issue marked as aquestion on GitHub. We are an inclusive community and are happy to help new contributors get up to speed.