Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 784 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 784 Bytes

Upspeak

Eleventy template to create simple presentations. Based on HTeuMeuLeu's idea and workshop materials.

The idea is to offer a simple way for speakers to create slides in an easy way so they can focus on the content and don't lose time on styling, animating ,uploading... It's also way more accessible, responsive and fast!

Development

Install dependencies

npm install

Run local server

npm run serve

Build website

npm run build

Deployment

Every push on the master branch will trigger a deployment on Netlify. The production website is available here: https://slides-generator.netlify.app/.