Skip to content

Developer documentation

Clément Champouillon edited this page Apr 22, 2023 · 6 revisions

Getting started

Architecture

The project is split in two different parts: the frontend, which sits in the app folder and the API, which is located in the server folder.

Package manager

This project is currently using pnpm as a package manager. Be sure to use it too, to ensure proper module resolution. Documentation can be found at https://pnpm.io/.

Clone this wiki locally