From fa17c398cabbfafd1e59f6b9f401e0617480d83a Mon Sep 17 00:00:00 2001 From: Jon Staab Date: Fri, 24 Jan 2025 09:49:14 -0800 Subject: [PATCH] Make deploy documentation more clear --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1c8690..6f9d23b 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,11 @@ If you would like to be interoperable with Flotilla, please check out this draft # Deploy -To run your own Flotilla, it's as simple as `npm run build`, then serve the `build` directory. +To run your own Flotilla, it's as simple as: + +- `npm install` +- `npm run build` +- `npx serve build` ## Environment