Build Deconst documentation locally
The Deconst client is an application that can build a content repository as you edit its source, with true layouts and styles.
It's built on kite-shell, which is based heavily on Kitematic.
To install the Deconst client:
- Download the .zip file for your platform from the latest release.
- Unzip the application and drag it to your Applications folder.
- Control-click the app to launch it for the first time, then click "open" on the unsigned code warning.
- 🎉
You can open the Chromium web inspector by choosing "Toggle Dev Tools" from the Window menu. This is a good way to see any console messages or errors that have happened.
It's sometimes useful to check on the state of or read logs from the docker containers that the client is using. To do so, download and install docker and docker-machine, then open a Terminal and run:
eval "$(docker-machine env deconst-client)"
Now, in this terminal, you can use normal docker
commands to inspect things.
Code released under the Apache license as a Derivative Work of Kitematic. Images are copyrighted by Docker, Inc.