Update lift instructions for fleetdm.com so that it's not competing with the default port now used by Fleet itself.

This commit is contained in:
Mike McNeil 2021-03-23 01:12:28 -05:00
parent b4f0f461c2
commit 635aad0453

6
website/README.md vendored
View File

@ -9,14 +9,14 @@ a [Sails v1](https://sailsjs.com) application
Run the following commands to test the site locally:
``` sh
```sh
npm install -g sails
cd website/
npm install
sails lift
sails lift --port=2024
```
The site will now be running on http://localhost:1337
The site will now be running on http://localhost:2024
### Links