Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.
tristan-orourke edited this page Oct 1, 2020 · 16 revisions

Introduction

Welcome to the Talent Cloud wiki!

Talent Cloud is an experimental platform trying to improve hiring and talent mobility within the Government of Canada. It is entirely open source. This wiki will help explain how to develop for and contribute to the project.

Getting Started

Installation

The first step will be to host an instance of the Talent Cloud server locally, to test your changes.

Docker

If you're interested in running everything in Docker containers, check out out our tc-docker repository and README.

Everything Local

If you want to install and run all the software locally (which may improve performance) please reference this README.

Code Standards

Next, check our coding style guide.

We recommend using Visual Studio Code as your code editor. The team can recommend many useful extensions, and we use a workspace settings file to help keep code consistent.

If you use the recommended VS Code, the style guide will also help you set up linting and automated formatting.

Exploring the Site

Once you have the site running locally, this document will help you understand the various high-level features of the site.