From 03aa8ce7c3a526bda2d51dec86ea0fffad7fd9c9 Mon Sep 17 00:00:00 2001 From: Zach Wasserman Date: Fri, 12 Mar 2021 12:32:21 -0800 Subject: [PATCH] Update website README with local usage instructions (#458) --- website/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/website/README.md b/website/README.md index 266e6f5488..b236d9007e 100644 --- a/website/README.md +++ b/website/README.md @@ -5,6 +5,18 @@ This is where the code for the public https://fleetdm.com website lives. a [Sails v1](https://sailsjs.com) application +## Test locally + +Run the following commands to test the site locally: + +``` sh +npm install -g sails +cd website/ +npm install +sails lift +``` + +The site will now be running on http://localhost:1337 ### Links