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.
This documentation was created from Nextra.
First, run pnpm i
to install the dependencies.
Then, run pnpm dev
to start the development server and visit localhost:3000.
To use a different port, run pnpm next dev -p <port_number>
.
This site is hosted on Vercel, and updated automatically when the main branch is updated.