From e27302c366f6dea08dc64cf722146172e420f8c4 Mon Sep 17 00:00:00 2001 From: Brian Sperlongano Date: Wed, 4 Oct 2023 22:16:48 -0400 Subject: [PATCH] Add server start step --- dev/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/README.md b/dev/README.md index 2ea16c39e..2c76ccc82 100644 --- a/dev/README.md +++ b/dev/README.md @@ -17,4 +17,5 @@ The highway shield [color palette](americana.gpl) can be imported into Inkscape Map sample images can be generated with a script. See [sample_locations.json](test/sample_locations.json) for the format. 1. Create a JSON file with the map location and clipping rectangles -2. Run the generate_samples script and pass the JSON file location: `npm run generate_samples -- test/sample_locations.json`` +2. Start the server in the background with `npm start &` +3. Run the generate_samples script and pass the JSON file location: `npm run generate_samples -- test/sample_locations.json``