This repository has been archived on 2023-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
presentazioni/contribuire al software libero/README.md

686 B

Contribuire al software libero

Presentazione che spiega come contribuire al software libero.

Creata utilizzando Reveal.js.

Installazione

Occorre scaricare reveal.js come submodulo e avviarlo impostando come cartella di lavoro la cartella attuale:

git submodule add https://github.com/hakimel/reveal.js.git
cd reveal.js && npm install && cd ..

Avvio

Una voltra preparato l'ambiente, è possibile avviare un server web temporaneo per servire il file index.html con:

python3 -m http.server 8000

Al termine, la presentazione sarà visualizzabile all'indirizzo http://localhost:8000