Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehaas committed May 14, 2021
1 parent e3beb06 commit 238ab33
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,10 @@ Download the latest release [here](https://github.com/lukehaas/runjs/releases).

RunJS is an JavaScript playground that auto-evaluates your code as you type and outputs the results to a console pane.

## Roadmap

https://trello.com/b/989D37fW/runjs-roadmap


## Features

![image](docs/runjs1.png)

TypeScript and modern JavaScript features are supported through Babel transpilation. Additionally, Node and browser APIs are available.

RunJS can import node packages from existing JavaScript projects by pointing it's working directory to your chosen project directory.

![image](docs/set-directory.png)

Node packages can also be installed directly through this window, opened from the `Action` menu.

![image](docs/install-npm-packages.png)

RunJS also has a number of configurable options, accessed via the preferences window.

![image](docs/preferences.png)

RunJS executes JavaScript against the following versions of Node, V8 and Chromium:

- Node: 14.16.0
Expand Down

0 comments on commit 238ab33

Please sign in to comment.