Skip to content

Tutorials‐Developing

Michael Collins edited this page Jan 11, 2024 · 4 revisions

Developing 🧑‍💻

It's time to write some code.

The aim of this tutorial is to get you contributing to the Carbonmark project ASAP.

We'll cover:

  1. Some topic

Assumptions

In an effort to keep this tutorial as simple as possible we're going to assume a few things are already setup before starting:

  1. You have already followed the steps described in the Setup Tutorial

If any of these are not the case please endeavour to resolve them before continuing

Prep

It's important that we have an understanding of the code conventions and standards for the codebase before contributing.

Please read through the Conventions document before continuing.

Working on Carbonmark

Finding something to work on

Making our changes

Generating Translations

Creating a PR

Working on Carbonmark-API

Adding a route

Unit Tests

Postman Tests

Summary