fleet/website/README.md

2.0 KiB
Vendored

fleetdm.com

This is where the code for the public https://fleetdm.com website lives.

a Sails v1 application

Test locally

Run the following commands to test the site locally:

npm install -g sails
cd website/
npm install
sails lift --port=2024

The site will now be running on http://localhost:2024

Version info

This app was originally generated on Wed Aug 26 2020 04:48:44 GMT-0500 (Central Daylight Time) using Sails v1.2.5.

This project's boilerplate is based on an expanded seed app provided by the Sails core team to make it easier for you to build on top of ready-made features like authentication, enrollment, email verification, and billing. For more information, drop us a line.