Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/midudev/codi.link

HTML, CSS, JS sandbox.
https://github.com/midudev/codi.link

Last synced: 6 days ago
JSON representation

HTML, CSS, JS sandbox.

Awesome Lists containing this project

README

        

### [Codi.link](https://codi.link)

***Your HTML5/CSS3/JavaScript Playground Editor***

![](https://img.shields.io/badge/Contributions-Welcome-brightgreen.svg)
![](https://img.shields.io/badge/Maintained%3F-Yes-brightgreen.svg)

Table of Contents



  1. About The Project
    Getting Started


  2. Contributing

  3. License

  4. Contact

  5. Acknowledgments

## About The Project

![codi.link screenshot](https://user-images.githubusercontent.com/1561955/136448123-471b6332-8e0c-402e-956b-80adf2585168.png)

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](https://codi.link/PGRpdj4KICA8YnV0dG9uPvCfpbMgQ2xpY2sgbWUgWUFZITwvYnV0dG9uPgo8L2Rpdj4=%7CYnV0dG9uIHsKICBmb250LXNpemU6IDQ4cHg7CiAgYm9yZGVyOiAxcHggc29saWQgIzA5ZjsKICBiYWNrZ3JvdW5kOiAjZmZmOwogIGNvbG9yOiAjMzMzOwogIHBhZGRpbmc6IDRweCAxNnB4OwogIGN1cnNvcjogcG9pbnRlcjsKICBib3JkZXItcmFkaXVzOiA5OTk5cHg7Cn0KCmJvZHkgewogIGRpc3BsYXk6IGdyaWQ7CiAgcGxhY2UtY29udGVudDogY2VudGVyOwogIGhlaWdodDogMTAwdmg7Cn0=%7CaW1wb3J0IENhbnZhc0NvbmZldHRpIGZyb20gJ2h0dHBzOi8vY2RuLnNreXBhY2suZGV2L2NhbnZhcy1jb25mZXR0aSc7Cgpkb2N1bWVudC5xdWVyeVNlbGVjdG9yKCdidXR0b24nKS5hZGRFdmVudExpc3RlbmVyKCdjbGljaycsICgpID0+IHsKICBDYW52YXNDb25mZXR0aSgpCn0p)

Back to top ๐Ÿ”ผ

## Getting Started

Install the dependencies:

```sh
$ npm install
// or
$ yarn
```

Run in dev mode:

```sh
$ npm run dev
// or
$ yarn dev
```

Run using Docker (by the Community):

```sh
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](https://hub.docker.com/r/ferning98/codi.link)

### Built With

- JavaScript
- [Lit](https://lit.dev)
- [Vite](https://vitejs.dev)
- [Zustand](https://zustand.surge.sh)

Back to top ๐Ÿ”ผ

## Contributing

![Alt](https://repobeats.axiom.co/api/embed/909ddb19f56a1b9243b52b5994db4b0b8021b616.svg "Repobeats analytics image")

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](https://github.com/midudev/codi.link/issues) with the tag *enhancement*.

Don't forget to **give the project a star โญ!** Thanks again!

1. Fork the project

2. Clone the repository

```bash
git clone https://github.com/@username/codi.link
```

3. Create your Feature Branch

```bash
git checkout -b feature/AmazingFeature
```

4. Push to the Branch

```bash
git push origin feature/AmazingFeature
```

5. 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](https://twitter.com/midudev) - [email protected]

Back to top ๐Ÿ”ผ