This site is build with Jekyll. Documentation content is written in Markdown format located in './docs'
The site is automatically deployed when commits land in master
, hosted by at https://codefresh.io/docs/
- Install Ruby and
bundler
,jekyll
and other Ruby dependencies withbundle install
. - Run
npm install
to install Node.js dependencies. - Run
npm run css
(or a specific NPM script) to rebuild distributed CSS and JavaScript files, as well as our docs assets. - From the root directory, run
npm run docs-serve-dev
in the command line. - Open
http://localhost:19002
in your browser, and voila.
- Install docker-compose
- Run
docker-compose up
- Open
http://localhost:3131
in your browser, and voila.