You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...