This is a simple code playground application that allows you to write and execute JavaScript code in a browser environment.
- Write and edit JavaScript code in a code editor
- Execute the code and view the output
- Display console.log messages in the result area
Follow these steps to run the app locally:
-
Clone the repository:
git clone https://github.com/coffejeancode/gleeky.git cd gleeky Install dependencies: npm install Start the development server: npm dev
Contributions are welcome! To contribute to this project, follow these steps:
Fork the repository. Create a new branch: git checkout -b feature/your-feature-name Commit your changes: git commit -am 'Add new feature' Push the branch: git push origin feature/your-feature-name Create a pull request.