Skip to content
This repository was archived by the owner on Feb 19, 2024. It is now read-only.

Devneya/jsden

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSDen

jsden.dev is an minimal JavaScript playground that allows you to test code and get instant feedback.

Features

  • JavaScript console emulation
  • Preview panel
  • Mobile and tablet friendly
  • Install as a progressive web app (PWA) for offline use
  • Light & dark themes
  • Keyboard shortcuts
  • Offline support

Help, commands, using external libraries

Type help() in the editor panel to view built-in commands and basic features.

Contributing

  1. Fork and clone the repo
  2. Run any local web server in the root directory
$ git clone [email protected]:chrisdiana/jsden.git
$ cd jsden/
$ python3 -m http.server 8080
  1. Navigate to the local webserver and pass the debug=1 param to bypass service workers
http://localhost:8080?debug=1

Get Updates

Sign up to get updates on new features and releases.

Thanks!

About

Minimal JavaScript Playground ⌨️

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.8%
  • HTML 17.8%
  • CSS 12.4%