This documentation is a central repository for storing developer information on the fairhub.io project. It is intended to be used by the developer team for getting instructions on running, building, and releasing our projects.
For instructions on how to install and build these docs, see the README file.
This project uses Yarn as package manager.
npm install --global yarnIf you already have a Anaconda environment on your machine, you can install the dependencies with:
conda install -c conda-forge yarn nodejsClone the project
https://github.com/AI-READI/dev.aireadi.org.gitGo to the project directory
cd dev.aireadi.orgInstall dependencies
yarn installStart the server
yarn devUse this step to build a local production version of the site. Use docs:serve to preview the local build.
yarn docs:build
yarn docs:serveThis repository is automatically deployed to Azure on every push to the repository. If you need to reference a specific branch or pull request, you can do so by using the following URL pattern:
- https://wonderful-tree-09f1c2410-<BRANCH_NAME>.centralus.2.azurestaticapps.net/
- https://wonderful-tree-09f1c2410-<GITHUB_PR_NUMBER>.centralus.2.azurestaticapps.net/
The production branch is automatically deployed to the following URL: https://dev.aireadi.org
Contributions are always welcome!
If you are interested in reporting/fixing issues and contributing directly to the code base, please see CONTRIBUTING.md for more information on what we're looking for and how to get started.
For any developmental standards to follow, add them directly to the CONTRIBUTING.md file.
To report any issues with the software, suggest improvements, or request a new feature, please open a new issue via the Issues tab. Provide adequate information (operating system, steps leading to error, screenshots) so we can help you efficiently.
This work is licensed under MIT. See LICENSE for more information.
If you are using this software or reusing the source code from this repository for any purpose, please cite:
ADD Citation hereThis project is funded by the NIH under award number 1OT2OD032644. The content is solely the responsibility of the authors and does not necessarily represent the official views of the NIH.
Add any other acknowledgements here.
