Skip to content
/ codepan Public
forked from egoist/codepan

Like codepen/codepan but forked and upgraded

License

Notifications You must be signed in to change notification settings

Prozi/codepan

 
 

Repository files navigation

CodePan

CircleCI chat

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

Demo

https://code.pietal.dev/

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.

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

License

MIT

v.0.1.x © EGOIST v.0.2.x © PROZI

Packages

No packages published

Languages

  • JavaScript 48.2%
  • Vue 45.8%
  • EJS 3.1%
  • Rust 1.5%
  • HTML 0.8%
  • Svelte 0.4%
  • CSS 0.2%