Aha's documentation is built with Gatsby and publicly hosted at https://aha.got-it.ai/. The docs may also be run locally.
- Use
yarn
to install the Node.js dependencies - Clone this repository:
git clone git@github.com:gotitinc/aha.git
cd aha
git submodule update --init --recursive
yarn install && cd aha-react && yarn install
yarn start
- Open
http://localhost:8000/
in your browser.
Documentation copyright 2020 the Got It, Inc. Code released under the Apache-2.0 License.