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
- Host: GitHub
- URL: https://github.com/codeceptjs/website
- Owner: codeceptjs
- Created: 2020-01-03T20:29:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T22:20:55.000Z (8 months ago)
- Last Synced: 2024-10-30T00:43:33.493Z (8 months ago)
- Language: JavaScript
- Size: 55 MB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
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
```