Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.89 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.89 KB

CodePen Clone with Next.js

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.

image image

Live Demo

Check out the live demo of the CodePen Clone: CodePen Clone Demo

Contribution Rules

We appreciate and welcome contributions from the community. To contribute to this project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix: git checkout -b feature/your-feature or git checkout -b bugfix/your-bug-fix.
  3. Make your changes and commit them with clear and concise messages.
  4. Push your changes to your fork: git push origin feature/your-feature or git push origin bugfix/your-bug-fix.
  5. 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.

Local Setup

To run the CodePen Clone locally, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/codepen-clone.git
  2. Navigate to the project directory:

    cd codepen-clone
  3. Install dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Open your browser and visit http://localhost:3000 to view the application.

Open-source License

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! 🚀