Contributing
We welcome contributions to QuantaJS! Here's how you can help:
Getting Started
1
Fork the Repository
Fork the repository on GitHub - QuantaJS
2
Clone the Repository
Clone your fork:
git clone https://github.com/<your-username>/quanta.git
3
Install Dependencies
Install dependencies:
npm install
4
Start Development Server
Start the development server:
npm run dev
5
Open in Browser
Open http://localhost:3000 in your browser.
Submitting Changes
- Open a pull request with a clear description of your changes.
- Follow the Conventional Commits format for commit messages.
Reporting Issues
- File bugs or suggestions on the GitHub Issues page.
License
Contributions are licensed under the MIT License.