Minimalist JavaScript REPL.
Available online at jpikl.github.io/zero.
There is no package.json
or tooling configuration.
The whole app is so simple that it does not need a build step.
Development task are automated using a few simple shell scripts:
- Run
./start.sh
to serve files locally using http-server. - Run
./deploy.sh
to deploy files to jpikl.github.io/zero.
Zero is licensed under the MIT license.