Presentations made with Spectacle.
-
Install dependencies
npm install
-
Start the webpack server. The server will run at
localhost:3000
.npm start -- %presentation_name%
E.g., following command will launch presentation from
00_introduction
foldernpm start -- 00_introduction
-
To start new presentation copy boilerplate folder
cp -a boilerplate %new_presentation_title%
Building the dist version of the project is as easy as running
npm run build -- %presentation_name%
To build new presentation for hosting with GitHub Pages:
git add docs/%presentation_name%
git commit -m 'Add %presentation_name%'
Then push it to remote.
Cheers! ✌️