Skip to content

Commit d6b0355

Browse files
authored
Update README.md
1 parent a948500 commit d6b0355

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,13 @@ This repository is an experiment with [webR](https://github.com/r-wasm/webr) whi
55

66
For this project I created a simple React application containing an R console.
77
The editor I use is [CodeMirror](https://codemirror.net/) via a [React component](https://uiwjs.github.io/react-codemirror/).
8+
9+
You can find this site deployed with Netflify at [https://main--gregarious-gumdrop-801aff.netlify.app/](https://main--gregarious-gumdrop-801aff.netlify.app/).
10+
11+
To run locally, clone this repo the run the following commands.
12+
13+
```bash
14+
cd app
15+
npm install
16+
npm run dev
17+
```

0 commit comments

Comments
 (0)