Skip to content

irontec/slides-cypressio

Repository files navigation

Revel.js webpack starter

A simple

Usage

Clone this proyect and change the ./content directory:

  • Edit config.json

  • Add slides and index them on config.json.

  • Add your media files to be added on the bundle.

  • Edit your custom css on content/css/index.scss.

{
  "title": "🦄 Automatización de tests con Cypress.io 🦄",
  "options": {
    "controls": true,
    "progress": true,
    "history": true,
    "center": true,
    "slideNumber": false,
    "touch": true,
    "hideAddressBar": true,
    "mouseWheel": true
  },
  "slides": [
    {"path": "index.md", "attrs": {"class":"intro"}},
    [
        "subcontent/01.md",
        "subcontent/02.md"
    ],
    "end.html"
  ]
}

Development time

npm start

Will open a dev-server on http://localhost:8080

Bundle time

npm run build

Will create a build on ./dist/.

TODO

  • npm init
  • ¿Support for custom themes?
  • ¿Auto publish on github/gitlab pages?
  • ¿generate a SEO friendly dist?