╱╲
═───╱──╲───═
`─╱ ╲─'
╱ `,.' ╲
╱,─' '─.╲
' `
pntkl-editor is a React Next.js application designed to provide an in-app code editor for React Native WebView components, powered by React Monaco Editor. It allows users to seamlessly edit and create React Native code within the app, enhancing the development experience.
-
Code Upload: Users can upload their existing React Native source code directly into the application.
-
In-App Code Editor: The application integrates a code editor powered by React Monaco Editor, enabling users to create and modify their React Native code within the app.
-
Cross-Platform Development: Develop and test applications on both Android and iOS devices.
-
React Native WebView Integration: The in-app code editor is loaded through a React web application using React Monaco Editor, ensuring a smooth development experience.
# Clone the repository
git clone https://github.com/TheTekton337/pntkl-editor.git
# Navigate to the project folder
cd pntkl-editor
# Install dependencies
npm install
- Open the project in your preferred code editor.
- Launch the application on your local development server.
npm run dev
- Access the application at
http://localhost:3370
to use the in-app code editor.
- React
- Next.js
- React Monaco Editor
Feel free to contribute to the project by opening issues or submitting pull requests. Follow the CONTRIBUTING.md guidelines.
This project is licensed under a dual APGL 3.0 and Commercial License - see the LICENSE.md file for details.
Happy coding with pntkl-editor! 🚀