Skip to content

Commit bdaed11

Browse files
committed
Add a README
1 parent bc5d675 commit bdaed11

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
1-
# next-gen-data-science
2-
Demonstrating the use of using WebAssembly to bring code directly into classroom
1+
# Next-Generation Data Science Education with WebAssembly
2+
3+
This repository contains a code powering the "Next-Generation Data Science Education with WebAssembly" demonstration.
4+
5+
## Installation
6+
7+
To create your own version of the demonstration, you need to install the following software:
8+
9+
- [Quarto](https://quarto.org) v1.4.0 or later
10+
- Quarto Extensions
11+
- [`quarto-live`](https://r-wasm.github.io/quarto-live/)
12+
- [`quarto-drop`](https://github.com/r-wasm/quarto-drop)
13+
- [`quarto-countdown`](https://github.com/gadenbuie/countdown/tree/main/quarto)
14+
15+
You can do this by typing the following commands in your terminal:
16+
17+
```bash
18+
quarto add r-wasm/quarto-live
19+
quarto add r-wasm/quarto-drop
20+
quarto add gadenbuie/countdown/quarto
21+
```

0 commit comments

Comments
 (0)