Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 676 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 676 Bytes

Welcome to webR!

This repository is an experiment with webR which just had their first release. webR is a project to bring R to the browser by compiling it to Web Assembly.

For this project I created a simple React application containing an R console. The editor I use is CodeMirror via a React component.

You can find this site deployed with Netflify at https://gregarious-gumdrop-801aff.netlify.app/.

To run locally, clone this repo the run the following commands.

cd app
npm install
npm run dev