Skip to content

Commit 0c10539

Browse files
committed
a small update to readme and header
1 parent a46a317 commit 0c10539

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# WebR ggplot2 Demo
22

3-
Interactive R data visualization in the browser using [WebR](https://webr.r-wasm.org/), [ggplot2](https://ggplot2.tidyverse.org/), and Vue.js.
3+
Interactive R data visualization in the browser using [WebR](https://webr.r-wasm.org/) (R in WebAssembly) and [ggplot2](https://ggplot2.tidyverse.org/) (the best charting library ever).
44

55
## What is it?
66

77
A web application that runs R code directly in your browser - no server required. Features live code editing, CSV upload, and interactive plots. Try it online at [quesmaorg.github.io/demo-webr-ggplot](https://quesmaorg.github.io/demo-webr-ggplot/).
88

9-
Read about [why we moved from WebR to AWS Lambda](https://quesma.com/blog-detail/sandboxing-ai-generated-code-why-we-moved-from-webr-to-aws-lambda) for sandboxing AI-generated code.
9+
For more context, see [our recent blog post on sandboxing AI-generated code](https://quesma.com/blog-detail/sandboxing-ai-generated-code-why-we-moved-from-webr-to-aws-lambda).
1010

11-
MIT License. Developed by [Piotr Migdal](https://p.migdal.pl/) from [Quesma](https://quesma.com/).
11+
MIT License. Vibe-coded by [Piotr Migdał](https://p.migdal.pl/) from [Quesma](https://quesma.com/).
1212

1313
## Installation
1414

1515
Prerequisites:
16+
1617
- Node.js 18+
1718
- [pnpm](https://pnpm.io/)
1819

@@ -43,4 +44,4 @@ pnpm build
4344
- [WebR](https://webr.r-wasm.org/) - R in WebAssembly
4445
- [Vue 3](https://vuejs.org/) + TypeScript
4546
- [Vite](https://vitejs.dev/) - Build tool
46-
- [Monaco Editor](https://microsoft.github.io/monaco-editor/) - Code editor
47+
- [Monaco Editor](https://microsoft.github.io/monaco-editor/) - Code editor

src/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ onMounted(() => {
5757
href="https://quesma.com/blog-detail/sandboxing-ai-generated-code-why-we-moved-from-webr-to-aws-lambda"
5858
target="_blank"
5959
class="subtitle-link"
60-
>why we moved from WebR to AWS Lambda</a>)
60+
>a bit more context</a>)
6161
</p>
6262
</div>
6363
<a

0 commit comments

Comments
 (0)