dev-docs-tmp/README.md
2023-09-19 15:17:03 -04:00

626 B

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.