GitXplorerGitXplorer
i

play

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
4d7274b074091ff887676f5f1062b3269f4ded93

remove local HistoryBar, now a dependency

iinimino committed 7 years ago
Unverified
14aeacf9249b8d8e3d2107565e1fac1d60e21d98

refactor HistoryBar as standalone component

iinimino committed 7 years ago
Unverified
e9c8dde72c0ebd1a3f6b9577c710a8c633a37df7

cleanup

iinimino committed 7 years ago
Unverified
433b693c1c240914df1240e0c9c858cbe4dabd89

gitignore

iinimino committed 7 years ago
Unverified
b2c1190b87f6b9e44a6cfe1e456cd3bb6f15e50b

fix history bar in Safari using getClientBoundingRect

iinimino committed 7 years ago
Unverified
ab5c084e0e37fb7e911eacf2066f8993860acec8

removed one injected copy of React scripts

iinimino committed 7 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.