⚠️ 🚧 Note: This application is a work in progress. We are prioritizing tasks as we go. Feel free to leave an issue with your feature request or bug report — your feedback is greatly appreciated! 🚀
OCPN Tools is a web application designed to streamline and enhance the design of OCPNs (Object-centric Colored Petri Nets). It provides an intuitive interface for creating, editing, and managing OCPN models.
To set up the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-repo/ocpn-tools.git
- Navigate to the project directory:
cd cpn-designer - Install dependencies:
npm install
To start the development server, run:
npm run devThis will launch the application at http://localhost:5173.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch for your feature or bugfix:
git checkout -b feat/your-feature-name
- Commit your changes:
git commit -m "Add feat/your-feature-name" - Push to your fork:
git push origin feat/your-feature-name
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
The project is based on the project template React Flow starter (Vite + TS) (c) 2023 by webkid GmbH.