Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

iteratec/client-as-code

Repository files navigation

Client as Code

https://iteratec.github.io/client-as-code/

Usage

Type a ? in the presentation to open a dialog listing the available shortcuts.

Setup

$ npm install

Start presentation

$ npm start

Build static website

$ npm run build

Release static website and PDF export to GitHub Pages

$ npm run release "Release v1.0.0"

Export as PDF

$ npm run pdf

Development

$ npm run dev