From 21a972f64c2facb3c966da6f5cad0f13eafd2262 Mon Sep 17 00:00:00 2001 From: Esteban <62483189+k-3st3ban@users.noreply.github.com> Date: Wed, 26 Oct 2022 18:48:14 +0200 Subject: [PATCH] vendors files information in contributing.md --- docs/contributing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/contributing.md b/docs/contributing.md index 2f78c549..81d5cb25 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -76,6 +76,8 @@ To test your code, you will add to install umap from your git folder. Go to ~/wk This command will check dependencies and install uMap from sources inside folder. +When installing from the git repository, do not forget to run `make installjs` and `make vendors`, before running `umap collectstatic` (as mentioned in [Ubuntu from scratch](ubuntu.md)). + To start your local uMap: umap runserver 0.0.0.0:8000