Skip to content

Workflow

Dominik Burgdörfer edited this page Jun 19, 2016 · 1 revision

This page describes the workflow, that a website developer uses to build a website. The current prototype should always be validated agains this workflow.

Install the CLI

$ npm install webdesignio-cli

Initialize a new website project

$ wdio init my-website

Login to a cluster

$ wdio login https://my-cluster.com

Develop the website

Here comes the file structure description soon ...

Deploy the website

$ wdio deploy

Clone this wiki locally