Skip to content

Commit 940f32c

Browse files
committed
update readme
1 parent 2c22f36 commit 940f32c

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### Version 2.12.1 - 21 May 2024
2+
- Fix an issue that caused file content to be loaded twice when opening a file.
3+
14
### Version 2.12.0 - 24 April 2024
25
- Improved support for ES modules
36
- Updated build options to move away from Babel naming conventions

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,32 @@
1-
# [RunJS](https://runjs.app)
1+
<p align="center">
2+
<a href="https://runjs.app">
3+
<img src="docs/icon.png" height="128">
4+
<h1 align="center">RunJS</h1>
5+
</a>
6+
</p>
27

38
![Twitter Follow](https://img.shields.io/twitter/follow/runjs_app?style=social)
49

510
![image](docs/github-promo.png)
611

7-
Download the latest release [here](https://github.com/lukehaas/runjs/releases).
12+
[RunJS](https://runjs.app) is a playground for JavaScript and TypeScript. It runs your code automatically and shows you instant results.
13+
14+
## Why RunJS?
15+
16+
- An isolated space to run code experiments 🔬
17+
- Great for learning and teaching 🧑‍🏫
18+
- Support for code completion, type checking and documentation on hover ⚡️
19+
- Easily install NPM packages 🚀
20+
- Save snippets and build a snippet library 🧑‍💻
21+
- Includes access to Node.js and Browser APIs 🖥️
22+
23+
Download the latest release [here](https://runjs.app/releases/latest).
24+
25+
## Links
26+
- [Website](https://runjs.app)
27+
- [Documentation](https://runjs.app/docs)
28+
- [Issue tracker](https://github.com/lukehaas/RunJS/issues)
29+
- [Support](mailto:[email protected])
830

931
## Feature Highlights
1032

0 commit comments

Comments
 (0)