README.md in sewing_kit-0.123.0 vs README.md in sewing_kit-0.124.0

- old
+ new

@@ -159,9 +159,12 @@ ```sh NODE_ENV=production SK_SIMULATE_PRODUCTION=1 bundle exec rake assets:precompile NODE_ENV=production SK_SIMULATE_PRODUCTION=1 dev run ``` +If your application includes a node server (eg. uses `quilt_rails`), you can run the node server in a separate terminal window with: +`bin/rails sewing_kit:server:start` + Note: - Code changes will not be automatically recompiled in this state - `SK_SIMULATE_PRODUCTION` does not make Rails itself run in production mode - The most accurate way to gauge performance of the production version of an application is via a `staging` environment