Skip to content
Chelsea Brown edited this page Nov 22, 2023 · 2 revisions

Home > Development > Running the Project > Docker


Docker

Use the make commands under the root/docker section to start the project.

Install dependencies:

yarn

Run project:

make build
Clone this wiki locally