Skip to content

Installation

Justin Forest edited this page May 15, 2024 · 9 revisions

Table of Contents:

Running with Docker

See HOWTO Run the server using Docker.

Running a development setup

For development, you need to install Rust and Node on your machine, then run backend and frontend separately.

To run the backend, use this command:

$ make -C backend serve

To run the front end, use this command:

$ make -C frontend serve