Update website README with local usage instructions (#458)

This commit is contained in:
Zach Wasserman
2021-03-12 14:32:21 -06:00
committed by GitHub
parent 39fc25cf5c
commit 03aa8ce7c3
+12
View File
@@ -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