Welcome to the CodePen Clone built with Next.js! This project aims to replicate the functionality of CodePen, providing a platform for developers to create, share, and explore front-end code snippets.
Check out the live demo of the CodePen Clone: CodePen Clone Demo
We appreciate and welcome contributions from the community. To contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature
orgit checkout -b bugfix/your-bug-fix
. - Make your changes and commit them with clear and concise messages.
- Push your changes to your fork:
git push origin feature/your-feature
orgit push origin bugfix/your-bug-fix
. - Submit a pull request, explaining the changes you made and why they are necessary.
Please ensure that your code follows the project's coding standards and conventions.
To run the CodePen Clone locally, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/your-username/codepen-clone.git
-
Navigate to the project directory:
cd codepen-clone
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit http://localhost:3000 to view the application.
This project is licensed under the MIT License. Feel free to use, modify, and distribute the code as per the terms outlined in the license.
Happy coding! 🚀