Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egoist/codepan
Like codepen and jsbin but works offline.
https://github.com/egoist/codepan
Last synced: 2 days ago
JSON representation
Like codepen and jsbin but works offline.
- Host: GitHub
- URL: https://github.com/egoist/codepan
- Owner: egoist
- License: mit
- Created: 2017-03-27T16:28:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-14T22:55:15.000Z (4 months ago)
- Last Synced: 2024-12-13T00:03:51.485Z (9 days ago)
- Language: JavaScript
- Homepage: https://codepan.egoist.sh
- Size: 13 MB
- Stars: 1,189
- Watchers: 33
- Forks: 180
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - egoist/codepan - Like codepen and jsbin but works offline. (JavaScript)
- awesome-poi - codepan - Like codepen and jsbin but works offline. (Projects / Open-source projects)
- awesome - egoist/codepan - Like codepen and jsbin but works offline. (JavaScript)
- awesome - egoist/codepan - Like codepen and jsbin but works offline. (JavaScript)
README
# CodePan
[![CircleCI](https://circleci.com/gh/egoist/codepan/tree/master.svg?style=shield&circle-token=e811a08d6464123dd65d2dcd52f62806bf9e37fc)](https://circleci.com/gh/egoist/codepan/tree/master) [![chat](https://img.shields.io/badge/chat-on%20discord-7289DA.svg?style=flat)](https://chat.egoist.moe)
Play with JS/CSS/HTML so simple it hurts, the web playground that works offline.
## Why
> Aren't there already JSBin/CodePen/JSFiddle?
Yep! So why not one more? And this one could work **offline** for you!
How? `codepan` is just a single page app with **no-backend**! Built with Webpack and Vue.js, and the offline feature is provided by [offline-plugin](https://github.com/NekR/offline-plugin).
## Browser Support
We aim to support latest version of Chrome, Safari, Firefox and Microsoft Edge.
## Development
Clone this repository and install dependencies by running `yarn`, then:
- `yarn dev`: Run in development mode
- `yarn build`: Build in production mode
- `yarn lint`: Run eslint## License
MIT © [EGOIST](https://github.com/egoist)