/wazo-platform.org

📙 Generates wazo-platform.org

Primary LanguageSCSSMIT LicenseMIT

Wazo Platform website

This repo contains the source and building scripts for generating http://www.wazo-platform.org/.

Content change

The content is authored using the markdown language in the content directory. The build process is done using Gatsby.

Installation

Build the builder container:

make builder
cp config.sample.js config.js  # the config.js file must exist

In config.js, you can configure the Algolia credentials used for the search engine. If left empty, the search engine will be disabled.

Develop

[CORPORATE=1] make develop

Then open http://localhost:8000 in your favorite browser.

Building

[CORPORATE=1] make build

The documentation is built in the public/ folder, you can then run a simple HTTP server:

cd public/
python3 -m http.server

Then open http://localhost:8000 in your favorite browser.

Testing

make test