diff --git a/justfile b/justfile index 58b8024..eae42ec 100644 --- a/justfile +++ b/justfile @@ -14,6 +14,7 @@ export SECRET_KEY := "super-secret-key" install: python -m venv env pip install -r dev-requirements.txt + npm ci @start: honcho start