Skip to content

Jackie-Aniki/codepan

 
 

Repository files navigation

CodePan

build status

Play with JS/CSS/HTML so simple it hurts, the web playground that works offline.

Demo

https://jackie-aniki.github.io/codepan/

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 my pwa-worker

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

Set pans from the url GET parameters

You can use url GET param:

  • pans=html,css,js,console,output

Sets types of visible open pans, any number is ok

  • layout=column|row

Sets the desired layout of open pans

  • headless=false|true

Doesnt show ads, menu or pan header titles

Credits

License

MIT

About

Like codepen/codepan but forked and upgraded

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 52.3%
  • Vue 40.9%
  • EJS 3.6%
  • Rust 1.6%
  • HTML 1.2%
  • Svelte 0.4%