Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 372 Bytes

File metadata and controls

20 lines (11 loc) · 372 Bytes

Make sure you have Node.js on your system.

Start by downloading all necessary packages:

npm install

To open the slides do

npm start

The slides will auto-refresh as you save your changes.

To build the distribution do

npm run build

The result will be under dist/. These static files can be published on any webserver.