Your HTML5/CSS3/JavaScript Playground Editor
Table of Contents
codi.link is a live editor for HTML, CSS and JS. It allows you to edit your code in real-time, and see the result instantly. Check a demo
Install the dependencies:
$ npm install
// or
$ yarn
Run in dev mode:
$ npm run dev
// or
$ yarn dev
Run using Docker (by the Community):
docker run -d --rm -p 5173:5173 --name codilink ferning98/codi.link
You can get more details and examples on how to run this on Docker here
Contributions are what make the Open Source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a Pull Request. You can also simply open an issue with the tag enhancement.
Don't forget to give the project a star ⭐! Thanks again!
-
Fork the project
-
Clone the repository
git clone https://github.com/@username/codi.link
- Create your Feature Branch
git checkout -b feature/AmazingFeature
- Push to the Branch
git push origin feature/AmazingFeature
- Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Miguel Ángel Durán @midudev @midudev - [email protected]