https://github.com/codeceptjs/website
Source files for CodeceptJS website. Readme is copied from CodeceptJS docs
https://github.com/codeceptjs/website
Last synced: 3 months ago
JSON representation
Source files for CodeceptJS website. Readme is copied from CodeceptJS docs
- Host: GitHub
- URL: https://github.com/codeceptjs/website
- Owner: codeceptjs
- Created: 2020-01-03T20:29:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-22T09:13:57.000Z (4 months ago)
- Last Synced: 2025-09-23T18:35:12.950Z (4 months ago)
- Language: JavaScript
- Size: 57.8 MB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: .github/Readme.md
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
```