diff --git a/run.sh b/run.sh index b6efd8f..e56e973 100755 --- a/run.sh +++ b/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