This repository hosts the standalone Docusaurus documentation and project site for Open ACE.
- Product code lives in
open-ace/open-ace - Product documentation source stays in
open-ace/open-ace/docs - This repo builds and publishes the docs site by syncing content from the main repo during CI
- Clone both repositories side by side:
git clone https://github.com/open-ace/open-ace.git
git clone https://github.com/open-ace/open-ace-docs.git- Start the docs site:
cd open-ace-docs
OPEN_ACE_SOURCE_DIR=../open-ace npm ci
OPEN_ACE_SOURCE_DIR=../open-ace npm run startOPEN_ACE_SOURCE_DIR=../open-ace npm run build