This repo contains Ensemble docs hosted at docs.ensembleui.com.
Because Ensemble docs are created directly from the markdown in this repo, you can use the GitHub web editor to edit and propose changes to the docs directly from your browser without any knowledge of git. To do that, find the markdown file with the docs you want to edit and follow GitHub's instructions to edit and propose changes to a markdown file. Once approved, the docs will be updated immediately.
- Fork and clone this repo.
- Install docsify:
sudo npm install -g docsify-cli
- Startup the local docsify server with
docsify serve .
from the root of this repo. - Edit the markdown and verify your changes on the localhost url outputted from the
docsify serve
command. - Put up a pull request to this repo
- Ensemble Runtime - use this repo to report issues and feature requests for Ensemble's core runtime library
- Ensemble Starter - Ensemble Starter project enables you to run Ensemble-powered Apps and generate release builds across iOS, Android, Web, and desktop.
- Roadmap