This is a browser Code Editor project developed with Next.js
.
Codit is a free and open-source online code editor built with Next.js. It aims to provide a seamless and efficient coding experience directly in the browser.
- Online code editor
- Real-time updates
- Easy deployment
- Clone the repository:
git clone https://github.com/pythonnelson/codit.git
cd codit
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 with your browser to see the result.
Contributions are welcome! Follow these steps to contribute:
- Fork the repository.
- Create a new branch: git checkout -b my-feature-branch.
- Make your changes and commit them: git commit -m 'Add new feature'.
- Push to the branch: git push origin my-feature-branch.
- Open a pull request.
This project is licensed under the MIT License.
For more details, visit the GitHub repository - your feedback and contributions are welcome!