-
Notifications
You must be signed in to change notification settings - Fork 12
Getting Started
Siddhartha Kasivajhula edited this page Nov 8, 2023
·
3 revisions
There are a lot of docs on this Wiki, but getting started is easy. Just follow these steps, and then consult the rest of the docs as needed.
$ git clone git@github.com:drym-org/qi.git
$ make install
If you already had a version of Qi installed this would complain, and in that case, remove the original version and try again. More detailed instructions are at Installing Qi for Development.
# compile
$ make build
# run tests
$ make test
# build docs
$ make build-docs
# view docs locally in a browser
$ make docs
And that's it! You're well on your way.
By way of introducing the rest of these developer docs:
- Code contains information about the codebase, directory structure, module contents, development workflows, guidelines on making contributions, etc.
- Infrastructure contains information about CI, and administrative info like making new releases.
Home | Developer's Guide | Calendar | Events | Projects | Meeting Notes