Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 829 Bytes

File metadata and controls

21 lines (13 loc) · 829 Bytes

Appcircle Documentation

Ask DeepWiki

This is the public documentation site for Appcircle, built with Docusaurus.

Contributing

Documentation writing standards (brand and product naming, terminology, front matter, links, tags, screenshots, and more) live in CONTRIBUTING.md. Read it before opening a documentation pull request.

Local Development

yarn        # install dependencies
yarn start  # start a local dev server with live reload
yarn build  # generate the static site into ./build

Deployment

The site is a fully static Docusaurus build served by Cloudflare Workers. yarn build outputs to ./build, which is deployed as static assets (see wrangler.toml).