An open API service indexing awesome lists of open source software.

https://github.com/codeceptjs/website

Source files for CodeceptJS website. Readme is copied from CodeceptJS docs
https://github.com/codeceptjs/website

Last synced: 5 months ago
JSON representation

Source files for CodeceptJS website. Readme is copied from CodeceptJS docs

Awesome Lists containing this project

README

        

# CodeceptJS website

Website is built with vuepress. Source code for [codecept.io](https://codecept.io/)

## Launch website

1. clone this repo
2. `npm i`
3. `./runok.js serve` - to launch server

> runok task runner is used for build tasks. Call it with `./runok.js ` or `npx runok `

## Sync docs

Docs are taken from CodeceptJS repo and synchronized manually with:

```
./runok.js update
```

## Publish site

```
./runok.js publish
```