diff --git a/package.json b/package.json index e07efba..7771b9f 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,9 @@ "react-scripts": "3.4.1" }, "scripts": { - "start": "react-scripts start", - "start-api": "cd api/ && venv/bin/gunicorn -b 127.0.0.1:5000 api:app", + "start:frontend": "react-scripts start", + "start:api": "cd api/ && venv/bin/gunicorn -b 127.0.0.1:5000 api:app", + "start:docs": "npx styleguidist server", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject"