midudev / codi.link

HTML, CSS, JS sandbox.

Home Page:https://codi.link

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Your HTML5/CSS3/JavaScript Playground Editor

Table of Contents
  1. About The Project Getting Started
  2. Contributing
  3. License
  4. Contact
  5. Acknowledgments

About The Project

codi.link screenshot

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

Back to top 🔼

Getting Started

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

Built With

Back to top 🔼

Contributing

Alt

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!

  1. Fork the project

  2. Clone the repository

git clone https://github.com/@username/codi.link
  1. Create your Feature Branch
git checkout -b feature/AmazingFeature
  1. Push to the Branch
git push origin feature/AmazingFeature
  1. Open a Pull Request

Back to top 🔼

License

Distributed under the MIT License. See LICENSE for more information.

Back to top 🔼

Contact 📭

Miguel Ángel Durán @midudev @midudev - miduga@gmail.com

Back to top 🔼

About

HTML, CSS, JS sandbox.

https://codi.link

License:Other


Languages

Language:JavaScript 54.6%Language:HTML 22.4%Language:CSS 22.4%Language:Shell 0.4%Language:Rust 0.2%