Skip to content

PROJECT-TEMPLATE

![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/CogitoNTNU/PROJECT-TEMPLATE/ci.yml) ![GitHub top language](https://img.shields.io/github/languages/top/CogitoNTNU/PROJECT-TEMPLATE) ![GitHub language count](https://img.shields.io/github/languages/count/CogitoNTNU/PROJECT-TEMPLATE) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Project Version](https://img.shields.io/badge/version-0.0.1-blue)](https://img.shields.io/badge/version-0.0.1-blue) Cogito Project Logo
📋 Table of contents - [PROJECT-TEMPLATE](#PROJECT-TEMPLATE) - [Description](#description) - [🛠️ Prerequisites](#%EF%B8%8F-prerequisites) - [Getting started](#getting-started) - [Usage](#usage) - [📖 Generate Documentation Site](#-generate-documentation-site) - [Testing](#testing) - [Team](#team) - [License](#license)

Description

🛠️ Prerequisites

Getting started

  1. Clone the repository:

sh git clone https://github.com/CogitoNTNU/PROJECT-TEMPLATE.git cd PROJECT-TEMPLATE

  1. Install dependencies:

sh uv sync

  1. Set up pre commit (only for development): sh uv run pre-commit install

Usage

To run the project, run the following command from the root directory of the project:


📖 Generate Documentation Site

To build and preview the documentation site locally:

uv run mkdocs build
uv run mkdocs serve

This will build the documentation and start a local server at http://127.0.0.1:8000/ where you can browse the docs and API reference. Get the documentation according to the lastes commit on main by viewing the gh-pages branch on GitHub: https://cogitontnu.github.io/PROJECT-TEMPLATE/.

Testing

To run the test suite, run the following command from the root directory of the project:

uv run pytest --doctest-modules --cov=src --cov-report=html

Team

This project would not have been possible without the hard work and dedication of all of the contributors. Thank you for the time and effort you have put into making this project a reality.

Group picture

License


Distributed under the MIT License. See LICENSE for more information.