Official website of the WebdriverIO project
To deploy the website to the server, you will need the following dependencies installed on the machine
- NodeJS
- SASS (
gem install sass
) - Compass (
gem install compass
) - Hexo (
npm install hexo -g
) - YUI compressor (
brew install yuicompressor
)
To generate the markdown pages and static files run the following command:
$ npm run build
It installs all dependencies, generates the markdown files from the current WebdriverIO version on NPM, renders all templates
to static html files and generates and minifies assets. All necessary files should be located in a single directory called public
.
Last but not least let the domain point to this directory. That's it.