Temporary documentation for the software development team
Go to file
2023-09-26 15:55:47 -04:00
arch-diagrams Add architecture diagram 2023-09-26 15:55:47 -04:00
src Add architecture diagram 2023-09-26 15:55:47 -04:00
.gitignore init 2023-09-19 15:17:03 -04:00
book.toml init 2023-09-19 15:17:03 -04:00
README.md init 2023-09-19 15:17:03 -04:00

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.