Skip to content

Commit

Permalink
docs: update dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasschaub committed Aug 21, 2023
1 parent b00d3af commit 22c5242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/development-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ docker run --name smt-redis -d -p 6379:6379 redis

# install local versions of esbuild, eslint and stylelint to build and check JS and CSS
npm install
npm run build # build/bundle JS and CSS
# hack away
```

Expand All @@ -55,7 +56,7 @@ celery --app sketch_map_tool.tasks worker --loglevel=INFO

```bash
mamba activate smt
flask --app sketch_map_tool/app.py --debug run
flask --app sketch_map_tool/routes.py --debug run
# Go to http://127.0.0.1:5000
```

Expand Down

0 comments on commit 22c5242

Please sign in to comment.