rimossa la dipendenza da node
This commit is contained in:
parent
ac9f2e3cad
commit
e831167e16
1 changed files with 4 additions and 3 deletions
7
run.sh
7
run.sh
|
@ -8,6 +8,7 @@ mkdir -p reveal.js/js/ reveal.js/css/ reveal.js/images/
|
|||
cp images/* reveal.js/images/
|
||||
rm -f reveal.js/index.html reveal.js/mastodon-presentazione.md
|
||||
ln index.html mastodon-presentazione.md reveal.js/
|
||||
cd reveal.js
|
||||
npm install
|
||||
npm start
|
||||
firefox reveal.js/index.html &
|
||||
#cd reveal.js
|
||||
#npm install
|
||||
#npm start
|
||||
|
|
Loading…
Reference in a new issue