An online editor with super powers, fast preview, plugins and super cool library of cool Frontend creations for your inspiration.
git clone https://github.com/Abdulmumin1/devcanvas.git
cd devcanvas
npm install
or yarn install
> Note: These env variable will cause an error if not created, we're planing to make it possible to spin up our supabase instance locally pretty soon... that why only frontend contributions are possible at the moment
## Usage
1. Run the development server: `npm run dev` or `yarn dev`
2. Open your web browser and visit: `http://localhost:5173`
## Contributing
We enthusiastically welcome contributions from the community to enhance DevCanvas! Here's how you can contribute:
### Types of Contributions
- **Frontend Improvements:** As our backend is not publicly available, most contributions should focus on frontend enhancements.
- **Blog Posts:** We accept frontend-related articles for our blog.
- **Documentation:** Help improve our README, inline code comments, or create user guides.
- **Bug Reports:** If you find a bug, please create an issue with a detailed description.
- **Feature Requests:** Have an idea? We'd love to hear it! Create an issue to propose new features.
- **Code Improvement:** There is alot of bad code in devcanvas currently, we would your contributions that could improve that.
## Contribution Process
- Fork the repository.
- Create a new branch for your feature, fix, or improvement:
```bash
git checkout -b my-contribution
Make your changes, ensuring they adhere to our coding style and conventions.
Commit your changes with a clear, descriptive message:
git commit -m "Add new feature: Brief description"
Push your changes to your forked repository:
git push origin my-contribution
Create a pull request to the main DevCanvas repository, providing a detailed description of your changes.
Follow the existing code style in the project. Write clear, commented code to enhance readability. Ensure your code is properly formatted and lint-free.
If you need assistance or have questions about contributing, please:
Check our existing issues and pull requests to see if your question has been addressed.
Create a new issue with the "question" label if you need further clarification.
We appreciate your interest in improving DevCanvas and look forward to your contributions!
DevCanvas is licensed under the Non Commercial License.
If you encounter any issues or have questions, please feel free to create an issue or contact us at [email protected].