GitXplorerGitXplorer
i

play

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
7c1db9787cded47ccdb87e0d0eef95a770add382

header and CSS tweaks

iinimino committed 7 years ago
Unverified
de8237e6231411d8eb7e062139128d17626b7b18

add homepage

iinimino committed 7 years ago
Unverified
e023bcdd2f1c025540c0b7c49aaf2418bbae0a07

maximized output view

iinimino committed 7 years ago
Unverified
52f90a535295d9386bd59766e2c8a629e5ce0221

Revert bad fix for Ctrl-Z bug

iinimino committed 7 years ago
Unverified
d042fb64653855fb17038c8ed7cd80024154de5d

login system, builtin exercises, "Ctrl-Z" fix, more

iinimino committed 7 years ago
Unverified
676a1e6f99bf8761f958072673b4f25c46ba7e18

local copy of React and React-DOM for offline use

iinimino committed 8 years ago

README

The README file for this repository.

Play platform

What it is

The play platform is web app development made as simple as possible (but no simpler).

The platform provides an editor, built in automatic version control and collaboration, continuous live preview, offline development, importing code from npm or github, and a build and deployment system.

You provide code in the languages of your choice, and the platform turns them into the forms that browsers understand, with no configuration needed.

As you develop, you get instantaneous feedback. Every change you make is saved, and can be replayed from any point in time.

If you publish your development session, other people can watch you code or collaborate with you.

When you are done, click a button in the development environment to deploy onto a server.

Note that most of the above is not implemented yet.