Skip to content

Commit 097d7de

Browse files
dave thompsondave thompson
authored andcommitted
Update deps
1 parent c490d26 commit 097d7de

File tree

5 files changed

+5596
-3425
lines changed

5 files changed

+5596
-3425
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
remote/android/** linguist-generated
2+
remote/ios/** linguist-generated

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A lightweight framework for creating presentations using simple React components.
44

5-
Keyboard, mouse, gui, and url navigation between slides via `react-router`. Code highlighting and editing via `react-ace`. Presentation app can be viewed entirely from static files without running a webserver, and can be easily hosted via [github pages](https://pages.github.com/).
5+
Keyboard, mouse, gui, and url navigation between slides via [react-router](https://reactrouter.com/). Code highlighting and editing via [react-ace](https://github.com/securingsincity/react-ace). Presentation app can be viewed entirely from static files without running a webserver, and can be easily hosted via [github pages](https://pages.github.com/).
66

77
Presentations can be controlled from a mobile device with the [remote control app](remote/README.md).
88

@@ -14,7 +14,7 @@ Presentations can be controlled from a mobile device with the [remote control ap
1414

1515
## View example presentation locally
1616

17-
Recommended node/npm version: `8.*/6.*`.
17+
Recommended node/npm version (configure with [nvm](https://github.com/nvm-sh/nvm)): `8.*/6.*`.
1818

1919
> git clone https://github.com/limscoder/react-present.git
2020
> npm install

docs/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
This directory contains presentations published to github pages.
1+
This directory contains presentations published to github pages.
2+
3+
Code for these presentations has been moved to https://github.com/limscoder/present.
4+
Do not delete published presentations to preserve linked URLs.

0 commit comments

Comments
 (0)