Temporary documentation for the software development team
arch-diagrams | ||
src | ||
.gitignore | ||
book.toml | ||
README.md |
CERC Software Development Team Documentation
This repository contains the CERC Software Development Team's documentation.
Prerequisites
Editing
- Clone this repo:
git clone https://nextgenerations-cities.encs.concordia.ca/gitea/a_nguyen/dev-docs-tmp
cd
into the repo:cd /path/to/dev-docs-tmp
- Run
mdbook serve --open
to start the development server. - Edit the markdown files in the
src
folder. - After making edits, commit and push the changes.